fixing bug 10729
authorTobias <churchofemacs@users.mediawiki.org>
Sun, 2 Aug 2009 15:32:02 +0000 (15:32 +0000)
committerTobias <churchofemacs@users.mediawiki.org>
Sun, 2 Aug 2009 15:32:02 +0000 (15:32 +0000)
ConfirmEdit_body.php

index faedc2f46d4f70c71ed1267b0e479467ad6f8ec2..8522184821344f21dc19fbfb781f82531c7a47fd 100644 (file)
@@ -284,7 +284,8 @@ class SimpleCaptcha {
                }
                if ( $this->isIPWhitelisted() )
                        return false;
-
+               if ( $editPage->allowBlankSummary )
+                       return false;
 
                global $wgEmailAuthentication, $ceAllowConfirmedEmail;
                if ( $wgEmailAuthentication && $ceAllowConfirmedEmail &&