Merge "Re add wpScrolltop id in EditPage"
[lhc/web/wiklou.git] / maintenance / updateDoubleWidthSearch.php
index f5bb881..cb2f125 100644 (file)
@@ -57,7 +57,7 @@ class UpdateDoubleWidthSearch extends Maintenance {
                }
 
                $res = $this->findRows( $dbw );
-               $this->updateSearchIndex( $maxLockTime, array( $this, 'searchIndexUpdateCallback' ), $dbw, $res );
+               $this->updateSearchIndex( $maxLockTime, [ $this, 'searchIndexUpdateCallback' ], $dbw, $res );
 
                $this->output( "Done\n" );
        }