From 9b80d0730d8ec0ac77c0def648fc1da4a18cffc9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Thu, 21 Jan 2010 01:29:55 +0100 Subject: [PATCH] More BugFix in notifs.inc.php (UFC_And has disappeared) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- include/notifs.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/notifs.inc.php b/include/notifs.inc.php index dae7b78..a9946ae 100644 --- a/include/notifs.inc.php +++ b/include/notifs.inc.php @@ -76,7 +76,7 @@ class WatchProfileUpdate extends WatchOperation protected function buildCondition(PlUser &$user) { - return new UFC_And(new UFC_ProfileUpdated('>', $this->date), + return new PFC_And(new UFC_ProfileUpdated('>', $this->date), new UFC_WatchContact($user)); } -- 2.1.4