Adapts email related user defined parameters to the new mail chain.
[platal.git] / include / reminder / profile_update.inc.php
index f61ce9c..c1ab4df 100644 (file)
@@ -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) {