Hum...
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 27 Jan 2009 21:00:32 +0000 (22:00 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 27 Jan 2009 21:00:32 +0000 (22:00 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/plmailer.php

index ef51503..2106f02 100644 (file)
@@ -163,7 +163,7 @@ class PlMailer extends Mail_Mime {
         }
     }
 
-    static private formatUser(PlUser $user)
+    static private function formatUser(PlUser $user)
     {
         return '"' . $user->fullName() . '" <' . $user->bestEmail() . '>';
     }