From e08c5cae31d1896c13ffe09e09d6b43cff191a2e Mon Sep 17 00:00:00 2001 From: Rob Church Date: Sat, 6 May 2006 21:48:19 +0000 Subject: [PATCH] cough --- includes/EditPage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'. -- 2.20.1