X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fchangetags%2FChangeTagsLogList.php;h=4526ee31da8036d2abe2a0b3e1acb209ea90bd8b;hb=59ebff658ce912c1b0e7ef8d8f9bfec5a4e17b39;hp=ad274d99d53fad581541cab40b4caca4970d93e9;hpb=5c4681012e78a8d5004eea917eba90d448d7e0f3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changetags/ChangeTagsLogList.php b/includes/changetags/ChangeTagsLogList.php index ad274d99d5..4526ee31da 100644 --- a/includes/changetags/ChangeTagsLogList.php +++ b/includes/changetags/ChangeTagsLogList.php @@ -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'],