https://bugzilla.wikimedia.org/show_bug.cgi?id=17852
Roan Kattouw <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Roan Kattouw <[email protected]> 2009-03-09 15:21:17 UTC --- It looks like SpamBlacklist is parsing the submitted text using Article::prepareTextForEdit() which in turn calls Parser::parse(), then CategoryTree is called from the parser and uses wfMsgExt() with 'parseinline', which it shouldn't be doing because parseinline uses $wgParser and $wgTitle, which may very well be different from the parser and title CategoryTree was called for (which is the case here: $wgTitle is null). Either CategoryTree should be fixed, or parseinline should handle $wgTitle == null more gracefully. I don't know which I prefer just yet, I'm gonna talk this through with Tim first. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
