Index: trunk/extensions/OnlineStatusBar/OnlineStatusBar.status.php |
— | — | @@ -36,7 +36,7 @@ |
37 | 37 | // get a key |
38 | 38 | $cache_key = self::getCacheKey( $user, $type ); |
39 | 39 | if ( $time === null ) { |
40 | | - $time = $wgOnlineStatusBarWriteTime ); |
| 40 | + $time = $wgOnlineStatusBarWriteTime; |
41 | 41 | } |
42 | 42 | $wgMemc->set( $cache_key, $values, $time ); |
43 | 43 | return true; |