r70486 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r70485‎ | r70486 | r70487 >
Date:05:04, 5 August 2010
Author:nikerabbit
Status:ok
Tags:
Comment:
Fix warning, this method needs to be static
Modified paths:
  • /trunk/extensions/Translate/utils/MemoryCache.php (modified) (history)

Diff [purge]

Index: trunk/extensions/Translate/utils/MemoryCache.php
@@ -19,7 +19,7 @@
2020 $this->save();
2121 }
2222
23 - public function factory( $table ) {
 23+ public static function factory( $table ) {
2424 // __CLASS__ doesn't work, but this is PHP
2525 return new ArrayMemoryCache( $table );
2626 }

Status & tagging log