Fix typo which breaks notification's stuff

environments/ppa-mbqj77/deployments/1
Sandro Cazzaniga 13 years ago
parent 511713bbed
commit 98b0d9ad4f
  1. 2
      lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm

@ -425,7 +425,7 @@ sub new {
# Get the type
$tmp->{type} =~ s/.*:://;
$tmp->{type} =~ s/(CBDI|RDBI)/DBI/; # CDBI/RDBI are DBI
$tmp->{type} =~ s/(CDBI|RDBI)/DBI/; # CDBI/RDBI are DBI
# If type not File or DBI, abort
$self->abort("Only File or DBI supported for Notifications")

Loading…
Cancel
Save