Merge "Localisation updates from https://translatewiki.net."
authorTranslation updater bot <l10n-bot@translatewiki.net>
Thu, 26 Jun 2014 19:37:29 +0000 (19:37 +0000)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 26 Jun 2014 19:37:29 +0000 (19:37 +0000)
includes/specialpage/SpecialPage.php

index 4cfde33..302e408 100644 (file)
@@ -345,7 +345,7 @@ class SpecialPage {
         * @param array $subpages
         * @return string[]
         */
-       protected static function prefixSearchArray( $search, $limit, Array $subpages ) {
+       protected static function prefixSearchArray( $search, $limit, array $subpages ) {
                $escaped = preg_quote( $search );
                return array_slice( preg_grep( "/^$escaped/i", $subpages ), 0, $limit );
        }