From 44d71ffc7f974f455dfce201807812fc191ad07d Mon Sep 17 00:00:00 2001 From: Alan Garcia Date: Sun, 26 Aug 2012 09:30:29 +0000 Subject: [PATCH] Oubli de ) --- bureau/class/m_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bureau/class/m_admin.php b/bureau/class/m_admin.php index ef93f23f..237572ef 100644 --- a/bureau/class/m_admin.php +++ b/bureau/class/m_admin.php @@ -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; }