Merge "Export: Use BCP 47 language code for attribute xml:lang"
[lhc/web/wiklou.git] / includes / revisiondelete / RevDelArchivedFileList.php
index f2b99ae..afee637 100644 (file)
@@ -41,12 +41,12 @@ class RevDelArchivedFileList extends RevDelFileList {
                return $db->select(
                        'filearchive',
                        ArchivedFile::selectFields(),
-                       array(
+                       [
                                'fa_name' => $this->title->getDBkey(),
                                'fa_id' => $ids
-                       ),
+                       ],
                        __METHOD__,
-                       array( 'ORDER BY' => 'fa_id DESC' )
+                       [ 'ORDER BY' => 'fa_id DESC' ]
                );
        }