X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Freminder%2Fprofile_update.inc.php;h=c1ab4dfc22eca4aea5fda6bf261c904b36c2b67e;hb=f3bfd6c9a14b70736b9416a1892d7548e160880b;hp=f61ce9c19498e83df304fe9f2c30cee0ba34ebbc;hpb=020a95fa78dc544b3064739d409026a0056d98f4;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) {