From: Raphaël Barrois Date: Thu, 21 Jan 2010 00:29:55 +0000 (+0100) Subject: More BugFix in notifs.inc.php (UFC_And has disappeared) X-Git-Tag: xorg/1.0.0~332^2~282 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=9b80d0730d8ec0ac77c0def648fc1da4a18cffc9;p=platal.git More BugFix in notifs.inc.php (UFC_And has disappeared) Signed-off-by: Raphaël Barrois --- 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)); }