cough
authorRob Church <robchurch@users.mediawiki.org>
Sat, 6 May 2006 21:48:19 +0000 (21:48 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Sat, 6 May 2006 21:48:19 +0000 (21:48 +0000)
includes/EditPage.php

index b14b1c8..87483b4 100644 (file)
@@ -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'.