Florianschmidtwelzow has uploaded a new change for review.

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

Change subject: Use same visibility for passCaptchaLimited() as for 
passCaptcha()
......................................................................

Use same visibility for passCaptchaLimited() as for passCaptcha()

Needed for Flow, e.g.

Change-Id: I46563068c7c0ebe1747d5e24457ca6ccd3a09325
---
M Captcha.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/ConfirmEdit 
refs/changes/55/206755/1

diff --git a/Captcha.php b/Captcha.php
index 21ba842..2426eed 100644
--- a/Captcha.php
+++ b/Captcha.php
@@ -768,7 +768,7 @@
         *
         * @see self::passCaptcha()
         */
-       private function passCaptchaLimited() {
+       public function passCaptchaLimited() {
                global $wgUser;
 
                // don't increase pingLimiter here, just check, if CAPTCHA 
limit exceeded

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I46563068c7c0ebe1747d5e24457ca6ccd3a09325
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ConfirmEdit
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to