Instead of giving weird-ass results when an array is passed to Language::lcfirst...
authorBrion Vibber <brion@users.mediawiki.org>
Fri, 16 Nov 2007 23:10:07 +0000 (23:10 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Fri, 16 Nov 2007 23:10:07 +0000 (23:10 +0000)
commit9477ce3a5927295505b2b19ec8ffb2b19d0431b7
tree9211469c04bd9b2f93f1d11887d988f483be017d
parentf6c8f40f96da9a0028c01708ef03cbaa39e69e87
Instead of giving weird-ass results when an array is passed to Language::lcfirst(), only use our clever optimization if it is a string. Array will spit out annoying notices as before so you can tell what you did wrong.
languages/Language.php