From ef564e0ec0c89522e53ed6ca31d0d4370faae65b Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Wed, 11 Feb 2009 08:42:43 +0100 Subject: [PATCH] Use flag 'registration'. Signed-off-by: Florent Bruneau --- include/notifs.inc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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())); } } -- 2.1.4