More BugFix in notifs.inc.php (UFC_And has disappeared)
authorRaphaël Barrois <raphael.barrois@polytechnique.org>
Thu, 21 Jan 2010 00:29:55 +0000 (01:29 +0100)
committerRaphaël Barrois <raphael.barrois@polytechnique.org>
Sat, 13 Feb 2010 23:30:48 +0000 (00:30 +0100)
Signed-off-by: Raphaël Barrois <raphael.barrois@polytechnique.org>
include/notifs.inc.php

index dae7b78..a9946ae 100644 (file)
@@ -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));
     }