Index: trunk/extensions/Translate/utils/MemoryCache.php |
— | — | @@ -19,7 +19,7 @@ |
20 | 20 | $this->save(); |
21 | 21 | } |
22 | 22 | |
23 | | - public function factory( $table ) { |
| 23 | + public static function factory( $table ) { |
24 | 24 | // __CLASS__ doesn't work, but this is PHP |
25 | 25 | return new ArrayMemoryCache( $table ); |
26 | 26 | } |