Fix typo which breaks notification's stuff

This commit is contained in:
Sandro Cazzaniga 2012-08-29 13:43:43 +00:00
parent 511713bbed
commit 98b0d9ad4f

View File

@ -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")