r104230 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r104229‎ | r104230 | r104231 >
Date:10:42, 25 November 2011
Author:petrb
Status:deferred
Tags:
Comment:
typo fix, r104229
Modified paths:
  • /trunk/extensions/OnlineStatusBar/OnlineStatusBar.status.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OnlineStatusBar/OnlineStatusBar.status.php
@@ -36,7 +36,7 @@
3737 // get a key
3838 $cache_key = self::getCacheKey( $user, $type );
3939 if ( $time === null ) {
40 - $time = $wgOnlineStatusBarWriteTime );
 40+ $time = $wgOnlineStatusBarWriteTime;
4141 }
4242 $wgMemc->set( $cache_key, $values, $time );
4343 return true;

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r104229Another performance tweak, now cache that we trimmed records, so that it's no...petrb10:38, 25 November 2011

Status & tagging log