From: Andrew Garrett Date: Thu, 2 Aug 2007 12:36:34 +0000 (+0000) Subject: Remove partial patch mixed in with last commit X-Git-Tag: 1.31.0-rc.0~51888 X-Git-Url: http://git.cyclocoop.org/%22.%24h.%22?a=commitdiff_plain;h=15b75d887f5500ef6f6cf0bc53713514b8f79a50;p=lhc%2Fweb%2Fwiklou.git Remove partial patch mixed in with last commit --- diff --git a/includes/Title.php b/includes/Title.php index aa912df911..028df68495 100644 --- a/includes/Title.php +++ b/includes/Title.php @@ -1006,23 +1006,6 @@ class Title { } return false; } - - public function getUserPermissionsErrorPage( $action, $user, $doExpensiveQueries = true ) - { - $errors = $this->getUserPermissionsErrors( $action, $user, $doExpensiveQueries ); - $text = ''; - - $text .= $wgParser->parse( wfMsg('permissionserrorstext') ); - $this->addHtml( '' ); - } /** * Can $wgUser perform $action on this page?