Oubli de )

This commit is contained in:
Alan Garcia 2012-08-26 09:30:29 +00:00
parent 02c53d3cf0
commit 44d71ffc7f
1 changed files with 1 additions and 1 deletions

View File

@ -216,7 +216,7 @@ class m_admin {
$from=trim($from);
if (empty($subject) || empty($message) || empty($from) ){
$err->raise("admin",_("The password is too long according to the password policy");
$err->raise("admin",_("The password is too long according to the password policy"));
return false;
}