Maintenance: detect missing parent::__construct()
authorKevin Israel <pleasestand@live.com>
Thu, 3 Oct 2013 06:53:30 +0000 (02:53 -0400)
committerKevin Israel <pleasestand@live.com>
Thu, 3 Oct 2013 06:53:30 +0000 (02:53 -0400)
commitb0647c30bc30874cab25b17efc09ab876ef244ca
tree6a9dff5abad90d60a78d20351605a066f8eeadf3
parent93d0572d76c18d19a4f718ef355be2e39ab79151
Maintenance: detect missing parent::__construct()

The first time I forgot to include that line in a maintenance script,
I spent a few minutes debugging "Notice: Undefined variable: IP".
Hopefully, this change will save someone else a few minutes of his
or her own time.

Change-Id: Icd26a5dc59e25d2bcc6da9bf0a2f6e95d494e5a6
maintenance/Maintenance.php