Merge "Don't check namespace in SpecialWantedtemplates"
[lhc/web/wiklou.git] / includes / changetags / ChangeTagsLogList.php
index ad274d9..4526ee3 100644 (file)
@@ -21,7 +21,7 @@
 
 /**
  * Stores a list of taggable log entries.
- * @since 1.26
+ * @since 1.25
  */
 class ChangeTagsLogList extends ChangeTagsList {
        public function getType() {
@@ -42,7 +42,8 @@ class ChangeTagsLogList extends ChangeTagsList {
                        $queryInfo['fields'],
                        $queryInfo['conds'],
                        $queryInfo['join_conds'],
-                       $queryInfo['options']
+                       $queryInfo['options'],
+                       ''
                );
                return $db->select(
                        $queryInfo['tables'],