From: Aaron Schulz Date: Thu, 30 Jun 2011 18:45:48 +0000 (+0000) Subject: Reverted r91195, this isn't needed ;) X-Git-Tag: 1.31.0-rc.0~29150 X-Git-Url: http://git.cyclocoop.org/clavettes/images/siteon3.jpg?a=commitdiff_plain;h=868cbaf5eee913aa9e750e2f517a4c31ac678c27;p=lhc%2Fweb%2Fwiklou.git Reverted r91195, this isn't needed ;) --- diff --git a/includes/Linker.php b/includes/Linker.php index 7ced601d09..f9a8cc0fd4 100644 --- a/includes/Linker.php +++ b/includes/Linker.php @@ -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 ); - } }