From: Ryan Kaldari Date: Wed, 4 Jan 2012 19:01:12 +0000 (+0000) Subject: follow-up to r106912 - NULL to null X-Git-Tag: 1.31.0-rc.0~25533 X-Git-Url: http://git.cyclocoop.org//%27%40script%40/%27?a=commitdiff_plain;h=d539feaa203d83cfb95b9ed5a5704c0e796e3645;p=lhc%2Fweb%2Fwiklou.git follow-up to r106912 - NULL to null --- diff --git a/includes/Xml.php b/includes/Xml.php index c467a924ae..fc4392a52a 100644 --- a/includes/Xml.php +++ b/includes/Xml.php @@ -215,7 +215,7 @@ class Xml { * @param string $language The ISO code of the language to display the select list in (optional) * @return array containing 2 items: label HTML and select list HTML */ - public static function languageSelector( $selected, $customisedOnly = true, $language = NULL ) { + public static function languageSelector( $selected, $customisedOnly = true, $language = null ) { global $wgLanguageCode; // If a specific language was requested and CLDR is installed, use it