From: Rob Church Date: Sat, 6 May 2006 21:48:19 +0000 (+0000) Subject: cough X-Git-Tag: 1.31.0-rc.0~57220 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=e08c5cae31d1896c13ffe09e09d6b43cff191a2e;p=lhc%2Fweb%2Fwiklou.git cough --- diff --git a/includes/EditPage.php b/includes/EditPage.php index b14b1c8d73..87483b4084 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -502,7 +502,7 @@ class EditPage { # ...or the hook could be expecting us to produce an error wfProfileOut( "$fname-checks " ); wfProfileOut( $fname ); - return false; + return true; } if ( $wgUser->isBlockedFrom( $this->mTitle, false ) ) { # Check block state against master, thus 'false'.