IAlex has submitted this change and it was merged. Change subject: (bug 44862) Fixed waitForSlave.php constructor. ......................................................................
(bug 44862) Fixed waitForSlave.php constructor. The Maintenance constructor sets up $IP, so all maintenance scripts must call the parent constructor. This fixes waitForSlave.php, which used to not do that. Change-Id: I7a2a50845805894d87bcae9de9289cae10f1f31f --- M maintenance/waitForSlave.php 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: IAlex: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/48411 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7a2a50845805894d87bcae9de9289cae10f1f31f Gerrit-PatchSet: 2 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Parent5446 <[email protected]> Gerrit-Reviewer: IAlex <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
