https://bugzilla.wikimedia.org/show_bug.cgi?id=39403
--- Comment #4 from Bawolff <[email protected]> 2012-08-17 16:07:15 UTC --- >getDBkey() is using $mDbkeyform, which is capitalized Only if $wgCapitalLinks is set to true. if $wgCapitalLinks is set to false, then getDBkey() is uncapatalized because Title::capitalize is a no-op in that case. See Title::capitalize -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
