Remove deprecated variable usage from Maintenance.php
authorBill Pirkle <bpirkle@wikimedia.org>
Wed, 1 Aug 2018 14:21:13 +0000 (09:21 -0500)
committerBill Pirkle <bpirkle@wikimedia.org>
Wed, 1 Aug 2018 15:52:10 +0000 (10:52 -0500)
commit6dab8d553e7661fe07e47ee91fe0e96c66f4bbc1
treea382bf9e6da7a3d892573975315f4ae7d4672ec1
parenta5853433dad7a1aba91940cd6ac79480008671ee
Remove deprecated variable usage from Maintenance.php

Idead2c11c4 deprecated and made nonfunctional the
$wgShowSQLErrors variable, but failed to remove its
usage from Maintenance.php.
This commit removes that usage and replaces it with the
new perferred method of enabling detailed output.

Bug: T165768
Change-Id: I98620ddd493703863755f426dd54f7a4e5ae05f1
maintenance/Maintenance.php