Merge "Special:Contribute should not show permission error"
This commit is contained in:
commit
ba9dff8c8b
1 changed files with 0 additions and 3 deletions
|
|
@ -42,9 +42,6 @@ class SpecialContribute extends IncludableSpecialPage {
|
|||
* @inheritDoc
|
||||
*/
|
||||
public function execute( $par ) {
|
||||
if ( !$this->isShowable() ) {
|
||||
$this->displayRestrictionError();
|
||||
}
|
||||
$this->setHeaders();
|
||||
$this->outputHeader();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue