From: Florent Bruneau Date: Wed, 11 Feb 2009 07:42:43 +0000 (+0100) Subject: Use flag 'registration'. X-Git-Tag: xorg/1.0.0~332^2~379 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ef564e0ec0c89522e53ed6ca31d0d4370faae65b;p=platal.git Use flag 'registration'. Signed-off-by: Florent Bruneau --- diff --git a/include/notifs.inc.php b/include/notifs.inc.php index 0cdfdf5..a07ca24 100644 --- a/include/notifs.inc.php +++ b/include/notifs.inc.php @@ -45,8 +45,8 @@ class WatchRegistration { return new UFC_And(new UFC_Registered(false, '>', $user->watch_last), new UFC_Or(new UFC_WatchContacts($user->id()), - new UFC_WatchPromo($user->id()), - new UFC_WatchRegistration($user->id()))); + new UFC_WatchPromo($user->id())), + new UFC_WatchRegistration($user->id())); } }