User "Catrope" posted a comment on MediaWiki.r103831.

Full URL: http://www.mediawiki.org/wiki/Special:Code/MediaWiki/103831#c26417
Commit summary:

using cache now to avoid too many selects from db, thanks to Platonides and 
brion

Comment:

Specifically, this means that something like
<pre>+          return wfMemcKey( 'onlinestatusbarcache_' . $type . "_" . $user 
);</pre>
should be
<pre>wfMemcKey( 'onlinestatusbar', $type, $user )</pre>

_______________________________________________
MediaWiki-CodeReview mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-codereview

Reply via email to