https://bugzilla.wikimedia.org/show_bug.cgi?id=66284
--- Comment #1 from Niklas Laxström <[email protected]> --- includes/cache/MessageCache.php:281: $hash = $this->mMemc->get( wfMemcKey( 'messages', $code, 'hash' ) ); The long parameter is supposed to be language code. It is a bit tricky to know what to accept here without breaking uselang=xyz use cases. Length check seems okay to add, perhaps 35 chars which is the expected maximum for language codes. -- 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
