Error string must explain that it's a notification error

This commit is contained in:
Xavier Guimard 2011-07-02 18:54:41 +00:00
parent e56e3a7bb5
commit b4ae41ccb7

View File

@ -17,7 +17,7 @@ sub prereq {
my $self = shift; my $self = shift;
unless ( $self->{dirName} ) { unless ( $self->{dirName} ) {
$Lemonldap::NG::Portal::Notification::msg = $Lemonldap::NG::Portal::Notification::msg =
'"dirName" is required in "File" configuration type !'; '"dirName" is required in "File" notification type !';
return 0; return 0;
} }
if ( $self->{table} ) { if ( $self->{table} ) {