Index: trunk/extensions/OnlineStatusBar/OnlineStatusBar.status.php |
— | — | @@ -15,10 +15,9 @@ |
16 | 16 | */ |
17 | 17 | |
18 | 18 | class OnlineStatusBar_StatusCheck { |
19 | | - |
20 | 19 | private static function getCacheKey( $user, $type ) { |
21 | 20 | // get a key for cache |
22 | | - return wfMemcKey( 'onlinestatusbarcache_' . $type . "_" . $user ); |
| 21 | + return wfMemcKey( 'onlinestatusbar_cache', $type, $user ); |
23 | 22 | } |
24 | 23 | |
25 | 24 | /** |