diff --git a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm b/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm index 43d920fb2..fdaaa4225 100644 --- a/lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm +++ b/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")