r46026 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r46025‎ | r46026 | r46027 >
Date:16:30, 22 January 2009
Author:ialex
Status:ok
Tags:
Comment:
damn, forgot to mark it as static
Modified paths:
  • /trunk/extensions/regexBlock/regexBlockCore.php (modified) (history)

Diff [purge]

Index: trunk/extensions/regexBlock/regexBlockCore.php
@@ -45,7 +45,7 @@
4646 /**
4747 * Get a database object
4848 */
49 - public function getDB( $db ){
 49+ public static function getDB( $db ){
5050 global $wgRegexBlockDatabase;
5151 return wfGetDB( $db, array(), $wgRegexBlockDatabase );
5252 }

Status & tagging log