From 3c9043937a80d8e0fc64bf918b0d37fc0cc64c0c Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Jacob?= Date: Thu, 25 Feb 2010 16:21:13 +0100 Subject: [PATCH] Typos. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Jacob --- modules/marketing.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/marketing.php b/modules/marketing.php index fc4a95f..eea4a83 100644 --- a/modules/marketing.php +++ b/modules/marketing.php @@ -209,8 +209,8 @@ class MarketingModule extends PLModule } $page->assign('promo', $promo); - $uf = new UserFilter(new UFC_And(new UFC_Promo('=', UserFilter::DISPLAY, $promo), - new UFC_Not(new UFC_Registered())), + $uf = new UserFilter(new PFC_And(new UFC_Promo('=', UserFilter::DISPLAY, $promo), + new PFC_Not(new UFC_Registered())), array(new UFO_Name(Profile::LASTNAME), new UFO_Name(Profile::FIRSTNAME))); $users = $uf->getUsers(); $page->assign('nonins', $users); -- 2.1.4