Remove this ucfirst() crap. $filtered is already a DB key, so it should've been norma...
authorChad Horohoe <demon@users.mediawiki.org>
Mon, 12 Jan 2009 23:58:07 +0000 (23:58 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Mon, 12 Jan 2009 23:58:07 +0000 (23:58 +0000)
commit1133ba2d29bf468ca112a3f7aa04d92973e6515f
treeab571c4037e775c0122cd55f4b93e55b93892696
parent2774c33be8701b59ad8118d3fb3b873ceba79472
Remove this ucfirst() crap. $filtered is already a DB key, so it should've been normalized at Title construction anyway (and if it wasn't, that's Title's fault). Fwiw: we're throwing a dismissable error every time $wgCapitalLinks is enabled and a lowercase name is submitted. Why bother? We handle this silently everywhere else...
includes/specials/SpecialUpload.php