Was it supposed to be a comma instead of dot? :)
[lhc/web/wiklou.git] / maintenance / namespaceDupes.php
index 0e48a67..358285f 100644 (file)
@@ -211,7 +211,7 @@ class NamespaceConflictChecker extends Maintenance {
                               $titleSql     AS title
                          FROM {$table}
                         WHERE {$page}_namespace=0
-                          AND {$page}_title " . $this->db->buildLike( $name . ':', $this-db->anyString() );
+                          AND {$page}_title " . $this->db->buildLike( $name . ':', $this->db->anyString() );
 
                $result = $this->db->query( $sql, __METHOD__ );