X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Freminder%2Femail_warning.inc.php;h=6fc5c4066052637a881307a97ebaae372fdcb7c2;hb=0f5f1b707d93b4dc8c5875c2129bb38fcd186563;hp=881a3e55d8da5479f9f1223cc7de7f05dc8dbf2c;hpb=d645ceb701b0e8aa1de2e5271bed35e56ef169f1;p=platal.git diff --git a/include/reminder/email_warning.inc.php b/include/reminder/email_warning.inc.php index 881a3e5..6fc5c40 100644 --- a/include/reminder/email_warning.inc.php +++ b/include/reminder/email_warning.inc.php @@ -41,7 +41,7 @@ class ReminderEmailWarning extends Reminder return true; } - public static function IsCandidate(User &$user, $candidate) + public static function IsCandidate(User $user, $candidate) { if (!$user->checkPerms(User::PERM_MAIL)) { return false;