bug 33035: Followup r105925: set to null rather than unset so we don't get an undefin...
authorBrion Vibber <brion@users.mediawiki.org>
Tue, 13 Dec 2011 19:58:44 +0000 (19:58 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Tue, 13 Dec 2011 19:58:44 +0000 (19:58 +0000)
commit832dac129ad0eff1f68172aeedcda0c3bafb8cbb
treeccea43e598a7b2548c863ed46ebe0f4b75f648bb
parent8e21d59caae7638d73ce89c4f2c92d9e572678a6
bug 33035: Followup r105925: set to null rather than unset so we don't get an undefined property error later

Apparently the unset() in Language::setCode() could cause the later is_null check in getHtmlCode() to fail, though I could not reproduce it myself.
languages/Language.php