From: Stéphane Jacob Date: Mon, 6 Jun 2011 11:08:01 +0000 (+0200) Subject: Oops. X-Git-Tag: xorg/1.1.2~44 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=dfc43c2766d1ac1d749672bd09f4a449842bcd57;p=platal.git Oops. Signed-off-by: Stéphane Jacob --- diff --git a/modules/marketing.php b/modules/marketing.php index fdcdbaf..08e46ca 100644 --- a/modules/marketing.php +++ b/modules/marketing.php @@ -52,7 +52,7 @@ class MarketingModule extends PLModule $registered = array( 'all' => new ProfileFilter(new PFC_And(new UFC_Registered(true), new PFC_Not(new UFC_Dead()))), 'women' => new ProfileFilter(new PFC_And(new UFC_Registered(true), new UFC_Sex(User::GENDER_FEMALE), new PFC_Not(new UFC_Dead()))), - 'x' => new ProfileFilter(new PFC_And(new UFC_Registered(true), new PFC_Not(new UFC_Dead(), new UFC_AccountType('x')))), + 'x' => new ProfileFilter(new PFC_And(new UFC_Registered(true), new PFC_Not(new UFC_Dead()), new UFC_AccountType('x'))), '72' => new ProfileFilter(new PFC_And(new UFC_Registered(true), new UFC_Promo('>=', UserFilter::GRADE_ING, 1972), new PFC_Not(new UFC_Dead()))), 'master' => new ProfileFilter(new PFC_And(new UFC_Registered(true), new PFC_Not(new UFC_Dead()), new UFC_AccountType('master'))), 'phd' => new ProfileFilter(new PFC_And(new UFC_Registered(true), new PFC_Not(new UFC_Dead()), new UFC_AccountType('phd')))