https://bugzilla.wikimedia.org/show_bug.cgi?id=16129





--- Comment #8 from P.Copp <paul.copper...@googlemail.com>  2008-12-21 19:58:20 
UTC ---
(In reply to comment #5)
> More testing:
> 
> This also affects {{Special:NewImages}} (such as on a wiktionary with no
> images) the same. They have addWikiMsg() in common for zero results. It also
> exposes strip markers for all tested parser extension tags that appear 
> *before*
> the call (but not after?). Renaming bug to clarify.
Right. addWikiMsg() calls wfMsgExt() with option 'parse' so we have another
case of recursively calling $wgParser->parse() which should be avoided.

Fix could be to simply not output the message if the special page is included.


-- 
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to