ToastFreeware
/
toast
/
cookiecaptcha.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57ddfac
)
fixing bug 10729
author
Tobias
<churchofemacs@users.mediawiki.org>
Sun, 2 Aug 2009 15:32:02 +0000
(15:32 +0000)
committer
Tobias
<churchofemacs@users.mediawiki.org>
Sun, 2 Aug 2009 15:32:02 +0000
(15:32 +0000)
ConfirmEdit_body.php
patch
|
blob
|
history
diff --git
a/ConfirmEdit_body.php
b/ConfirmEdit_body.php
index faedc2f46d4f70c71ed1267b0e479467ad6f8ec2..8522184821344f21dc19fbfb781f82531c7a47fd 100644
(file)
--- a/
ConfirmEdit_body.php
+++ b/
ConfirmEdit_body.php
@@
-284,7
+284,8
@@
class SimpleCaptcha {
}
if ( $this->isIPWhitelisted() )
return false;
-
+ if ( $editPage->allowBlankSummary )
+ return false;
global $wgEmailAuthentication, $ceAllowConfirmedEmail;
if ( $wgEmailAuthentication && $ceAllowConfirmedEmail &&