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

--- Comment #7 from Reedy <[email protected]> 2010-10-09 14:34:31 UTC ---
Seems like the ApiHelp caching is done seperately...

Adding a variance of the isAnon would take care of this...

$key = wfMemcKey( 'apihelp', $this->getModuleName(), $wgUser->isAnon(),
            SpecialVersion::getVersion( 'nodb' ) .
            $this->getMain()->getShowVersions() );

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to