r103806 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r103805‎ | r103806 | r103807 >
Date:13:31, 21 November 2011
Author:petrb
Status:deferred
Tags:
Comment:
Fixed line I accidentaly removed
Modified paths:
  • /trunk/extensions/OnlineStatusBar/OnlineStatusBarHooks.php (modified) (history)

Diff [purge]

Index: trunk/extensions/OnlineStatusBar/OnlineStatusBarHooks.php
@@ -56,6 +56,9 @@
5757 public static function renderBar( &$article, &$outputDone, &$pcache ) {
5858 $context = $article->getContext();
5959
 60+ // Update status of each user who wants to be tracked
 61+ OnlineStatusBar_StatusCheck::updateStatus();
 62+
6063 // Performace fix
6164 $title = $article->getTitle();
6265 if ( $title->getNamespace() != NS_USER && $title->getNamespace() != NS_USER_TALK ) {

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r103803performance tweakpetrb13:08, 21 November 2011

Status & tagging log