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


Tim Starling <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #1 from Tim Starling <[email protected]>  2009-02-11 06:40:25 
UTC ---
Fixed in r47127 and patched in to Wikimedia. wfMsg() should never be used to
fetch a message destined for wikitext, because this leads to double-parsing.
Use wfMsgNoTrans() instead. 

The problem in this case is that the cite error contained a category tag with a
sortkey of {{PAGENAME}}. When expanded by wfMsg(), this gives you the name of
$wgTitle, which is incorrect in runJobs.php. The fix is to use wfMsgNoTrans(),
leaving the {{PAGENAME}} tag intact, which is then expanded to the correct
title when parsed by recursiveTagParse(). 


-- 
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

Reply via email to