https://bugzilla.wikimedia.org/show_bug.cgi?id=71772
--- Comment #2 from Aude <[email protected]> --- problem is that SpecialMathShowImage is calling wfRunHooks('ParserAfterParse') with no parameters, inconsistent with the hook definition: www.mediawiki.org/wiki/Manual:Hooks/ParserAfterParse so, in the Wikibase hook handler, $parser and other parameters are null. it would be much better if Math would directly call whatever specific method(s) that can save the file, rather than triggering the hook. -- 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
