Reverted r91195, this isn't needed ;)
authorAaron Schulz <aaron@users.mediawiki.org>
Thu, 30 Jun 2011 18:45:48 +0000 (18:45 +0000)
committerAaron Schulz <aaron@users.mediawiki.org>
Thu, 30 Jun 2011 18:45:48 +0000 (18:45 +0000)
includes/Linker.php

index 7ced601..f9a8cc0 100644 (file)
@@ -2000,9 +2000,5 @@ class DummyLinker {
        public function __call( $fname, $args ) {
                return call_user_func_array( array( 'Linker', $fname ), $args );
        }
-
-       public static function normalizeSubpageLink( $contextTitle, $target, &$text ) {
-               return Linker::normalizeSubpageLink( $contextTitle, $target, $text );
-       }
 }