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

--- Comment #1 from Brion Vibber <br...@wikimedia.org> 2011-09-09 20:57:40 UTC 
---
I also get this... Probably a caching issue?

Not an HTTP cache issue -- different URLs return the same -- but I suspect
memcache.

CategoryTreeFunctions::ajax() builds a memcache key for the rendered data like
this:

        $mckey = wfMemcKey( "categorytree(" . $this->getOptionsAsCacheKey(
$depth ) . ")", $dbkey, $wgContLang->getExtraHashOptions(), $wgRenderHashAppend
);

You will notice that this doesn't include the output language!

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