follow-up to r106912 - NULL to null
authorRyan Kaldari <kaldari@users.mediawiki.org>
Wed, 4 Jan 2012 19:01:12 +0000 (19:01 +0000)
committerRyan Kaldari <kaldari@users.mediawiki.org>
Wed, 4 Jan 2012 19:01:12 +0000 (19:01 +0000)
includes/Xml.php

index c467a92..fc4392a 100644 (file)
@@ -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