X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=includes%2Fchangetags%2FChangeTagsLogList.php;h=480aaced7db89c379418b2bd564bffa22e22bdd9;hb=633c0da23af1cdb16f8edb6252f1c1138422162c;hp=3bffbdf663774482f02e4a61bc68accc8e9cc3e9;hpb=67f06ab3678c9e685494506ff5ce85c57f0cc827;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/changetags/ChangeTagsLogList.php b/includes/changetags/ChangeTagsLogList.php index 3bffbdf663..480aaced7d 100644 --- a/includes/changetags/ChangeTagsLogList.php +++ b/includes/changetags/ChangeTagsLogList.php @@ -35,8 +35,8 @@ class ChangeTagsLogList extends ChangeTagsList { public function doQuery( $db ) { $ids = array_map( 'intval', $this->ids ); $queryInfo = DatabaseLogEntry::getSelectQueryData(); - $queryInfo['conds'] += array( 'log_id' => $ids ); - $queryInfo['options'] += array( 'ORDER BY' => 'log_id DESC' ); + $queryInfo['conds'] += [ 'log_id' => $ids ]; + $queryInfo['options'] += [ 'ORDER BY' => 'log_id DESC' ]; ChangeTags::modifyDisplayQuery( $queryInfo['tables'], $queryInfo['fields'],