jenkins-bot has submitted this change and it was merged.

Change subject: Fix cleanupT92775.php
......................................................................


Fix cleanupT92775.php

Change-Id: I76e1661096a51c616748175d4653d9911d9da193
---
M cleanupT92775.php
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Legoktm: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/cleanupT92775.php b/cleanupT92775.php
index 454efb5..ebb5168 100644
--- a/cleanupT92775.php
+++ b/cleanupT92775.php
@@ -13,7 +13,7 @@
 
 require_once __DIR__ . '/WikimediaMaintenance.php';
 
-class FixCUBlockLogs extends WikimediaMaintenance {
+class FixCUBlockLogs extends Maintenance {
        public function execute() {
                $ids = array();
                $res = wfGetDB( DB_SLAVE )->select(
@@ -36,4 +36,4 @@
 }
 
 $maintClass = 'FixCUBlockLogs';
-require_once DO_MAINTENANCE_IF_MAIN;
+require_once RUN_MAINTENANCE_IF_MAIN;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I76e1661096a51c616748175d4653d9911d9da193
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikimediaMaintenance
Gerrit-Branch: master
Gerrit-Owner: Alex Monk <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to