X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Freminder%2Fprofile_update.inc.php;h=c1ab4dfc22eca4aea5fda6bf261c904b36c2b67e;hb=98c7bd6aab4205686eabb0a79fc6c46200ef5e47;hp=52400e9e9e9c955aee004b78f0325174c27740a1;hpb=2273a151851633c49ed59918ecebf85db52dd261;p=platal.git diff --git a/include/reminder/profile_update.inc.php b/include/reminder/profile_update.inc.php index 52400e9..c1ab4df 100644 --- a/include/reminder/profile_update.inc.php +++ b/include/reminder/profile_update.inc.php @@ -1,6 +1,6 @@ user->profile(); @@ -96,7 +96,7 @@ class ReminderProfileUpdate extends Reminder return new PlFlagSet($flags); } - public static function IsCandidate(User &$user, $candidate) + public static function IsCandidate(User $user, $candidate) { $profile = $user->profile(); if (!$profile) {