Merge "Tweak RefreshLinksJob cache logic"
[lhc/web/wiklou.git] / maintenance / dumpUploads.php
index 64884d5..ec276c1 100644 (file)
@@ -99,7 +99,7 @@ By default, outputs relative paths against the parent directory of $wgUploadDire
        function fetchLocal( $shared ) {
                $dbr = $this->getDB( DB_SLAVE );
                $result = $dbr->select( 'image',
-                       array( 'img_name' ),
+                       [ 'img_name' ],
                        '',
                        __METHOD__ );