From d539feaa203d83cfb95b9ed5a5704c0e796e3645 Mon Sep 17 00:00:00 2001 From: Ryan Kaldari Date: Wed, 4 Jan 2012 19:01:12 +0000 Subject: [PATCH] follow-up to r106912 - NULL to null --- includes/Xml.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1