X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Freminder%2Fprofile_update.inc.php;h=c1ab4dfc22eca4aea5fda6bf261c904b36c2b67e;hb=97980d82cffb765e16502de2d1fb694d69631b25;hp=f61ce9c19498e83df304fe9f2c30cee0ba34ebbc;hpb=a1c554a92888e0b017ba362817a67cc2849a9154;p=platal.git diff --git a/include/reminder/profile_update.inc.php b/include/reminder/profile_update.inc.php index f61ce9c..c1ab4df 100644 --- a/include/reminder/profile_update.inc.php +++ b/include/reminder/profile_update.inc.php @@ -57,7 +57,7 @@ class ReminderProfileUpdate extends Reminder } } - public function Prepare(&$page) + public function Prepare($page) { parent::Prepare($page); $profile = $this->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) {