EBernhardson has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/201626

Change subject: Prepare for revert of patch in ConfirmEdit
......................................................................

Prepare for revert of patch in ConfirmEdit

Change-Id: I49d86646d609667f28192ca1ae66e168332a14c7
(cherry picked from commit fd82d8094e4e241f10962e941cbbb6738e9f63e9)
---
M includes/SpamFilter/ConfirmEdit.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Flow 
refs/changes/26/201626/1

diff --git a/includes/SpamFilter/ConfirmEdit.php 
b/includes/SpamFilter/ConfirmEdit.php
index baeef0a..cd4b158 100644
--- a/includes/SpamFilter/ConfirmEdit.php
+++ b/includes/SpamFilter/ConfirmEdit.php
@@ -28,7 +28,7 @@
 
                // first check if the submitted content is offensive (as 
flagged by
                // ConfirmEdit), next check for a (valid) captcha to have been 
entered
-               if ( $captcha->shouldCheck( $wikiPage, $newContent, false, 
$context, false ) && !$captcha->passCaptcha() ) {
+               if ( $captcha->shouldCheck( $wikiPage, $newContent, false, 
false ) && !$captcha->passCaptcha() ) {
                        // getting here means we submitted bad content without 
good captcha
                        // result (or any captcha result at all) - let's get 
the captcha
                        // HTML to display as error message!

-- 
To view, visit https://gerrit.wikimedia.org/r/201626
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I49d86646d609667f28192ca1ae66e168332a14c7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Flow
Gerrit-Branch: wmf/1.25wmf23
Gerrit-Owner: EBernhardson <ebernhard...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to