(bug 44862) Fixed waitForSlave.php constructor.
authorTyler Anthony Romeo <tylerromeo@gmail.com>
Mon, 11 Feb 2013 03:19:35 +0000 (22:19 -0500)
committerGerrit Code Review <gerrit@wikimedia.org>
Thu, 14 Feb 2013 09:35:58 +0000 (09:35 +0000)
commitb2d0f8a8dc43be63b2bc888006f8a0d9d2d257d6
treeb944a1f76fe5080ef5c9656a935587309df70530
parent1f650cb9b71308c7b757727b660ee9714f9a2c31
(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
maintenance/waitForSlave.php