re r62006 change private function to public
authorMark A. Hershberger <mah@users.mediawiki.org>
Thu, 8 Apr 2010 13:48:09 +0000 (13:48 +0000)
committerMark A. Hershberger <mah@users.mediawiki.org>
Thu, 8 Apr 2010 13:48:09 +0000 (13:48 +0000)
maintenance/parserTests.inc

index 6d71316..5885562 100644 (file)
@@ -1069,7 +1069,7 @@ class ParserTest {
         *
         * @param $name String
         */
-       private function requireFunctionHook( $name ) {
+       public function requireFunctionHook( $name ) {
                global $wgParser;
                $wgParser->firstCallInit( ); //make sure hooks are loaded.
                if( isset( $wgParser->mFunctionHooks[$name] ) ) {