Revision: 46026
Author:   ialex
Date:     2009-01-22 16:30:07 +0000 (Thu, 22 Jan 2009)

Log Message:
-----------
damn, forgot to mark it as static

Modified Paths:
--------------
    trunk/extensions/regexBlock/regexBlockCore.php

Modified: trunk/extensions/regexBlock/regexBlockCore.php
===================================================================
--- trunk/extensions/regexBlock/regexBlockCore.php      2009-01-22 15:33:47 UTC 
(rev 46025)
+++ trunk/extensions/regexBlock/regexBlockCore.php      2009-01-22 16:30:07 UTC 
(rev 46026)
@@ -45,7 +45,7 @@
        /**
         * Get a database object
         */
-       public function getDB( $db ){
+       public static function getDB( $db ){
                global $wgRegexBlockDatabase;
                return wfGetDB( $db, array(), $wgRegexBlockDatabase );
        }



_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to