Fix typo.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 12 Apr 2010 20:26:51 +0000 (22:26 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 12 Apr 2010 20:26:51 +0000 (22:26 +0200)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/userfilter.php

index 24e1e9a..ad6fc26 100644 (file)
@@ -730,7 +730,7 @@ abstract class UFC_Address implements UserFilterCondition
             }
         }
         if (count($types)) {
-            $conds[] = XDB::foramt($sub . '.type IN {?}', $types);
+            $conds[] = XDB::format($sub . '.type IN {?}', $types);
         }
 
         if ($this->flags != self::FLAG_ANY) {