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

--- Comment #18 from Youri van den Bogert <[email protected]> ---
Yesterday I've been working on a fix; and I fixed it by replacing a couple of
functions. Note: I use MediaWiki 1.19.

All changes are done in the includes/Skin.php.

In function buildSidebar() we use the '$wgMemc' variable. This should be
replaced to '$parserMemc'. 


In function addToSidebar( &$bar, $message ) we use the function
'wfMsgForContentNoTrans($message)'. This should be replaced to
'wfMsgForContent($message)'. 


I think the bug has something to do with it trying to translate things.
Anyways; this fixed the problem for me.

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