From 98b0d9ad4ff5535382284f71449f46f0483b5137 Mon Sep 17 00:00:00 2001 From: Sandro Cazzaniga Date: Wed, 29 Aug 2012 13:43:43 +0000 Subject: [PATCH] Fix typo which breaks notification's stuff --- lemonldap-ng-portal/lib/Lemonldap/NG/Portal/Simple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")