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