From: jeroendedauw Date: Fri, 5 Oct 2012 13:55:52 +0000 (+0200) Subject: Change Array to array X-Git-Tag: 1.31.0-rc.0~22145 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=commitdiff_plain;h=fdfe87fbd617e9bcfa7b03a00f62feffb8dc6b2b;p=lhc%2Fweb%2Fwiklou.git Change Array to array Change-Id: I22fd8b2aad037a12546d7c5f5167add1eec96c30 --- diff --git a/includes/Html.php b/includes/Html.php index dfd081f25f..9fcdc521bd 100644 --- a/includes/Html.php +++ b/includes/Html.php @@ -753,7 +753,7 @@ class Html { * - name: [optional], default: 'namespace' * @return string HTML code to select a namespace. */ - public static function namespaceSelector( Array $params = array(), Array $selectAttribs = array() ) { + public static function namespaceSelector( array $params = array(), array $selectAttribs = array() ) { global $wgContLang; ksort( $selectAttribs );