MaxSem has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/384139 )

Change subject: Don't use deprecated wfCountDown()
......................................................................

Don't use deprecated wfCountDown()

Change-Id: I7ef656d3207b5c511a6041be72dea70ca0ffc203
---
M maintenance/resetGlobalUserTokens.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth 
refs/changes/39/384139/1

diff --git a/maintenance/resetGlobalUserTokens.php 
b/maintenance/resetGlobalUserTokens.php
index 7d281b7..90fc90e 100644
--- a/maintenance/resetGlobalUserTokens.php
+++ b/maintenance/resetGlobalUserTokens.php
@@ -63,7 +63,7 @@
                                "Abort with control-c in the next five seconds 
" .
                                        "(skip this countdown with --nowarn) 
... "
                        );
-                       wfCountDown( 5 );
+                       $this->countDown( 5 );
                }
 
                // We list user by user_id from one of the slave database

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I7ef656d3207b5c511a6041be72dea70ca0ffc203
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/CentralAuth
Gerrit-Branch: master
Gerrit-Owner: MaxSem <maxsem.w...@gmail.com>

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

Reply via email to