From: Chad Horohoe Date: Wed, 28 Apr 2010 19:13:43 +0000 (+0000) Subject: Unused $wgTitle X-Git-Tag: 1.31.0-rc.0~36989 X-Git-Url: https://git.cyclocoop.org/?a=commitdiff_plain;ds=sidebyside;h=3902f8268b776abac819956fe27c2d585011748a;p=lhc%2Fweb%2Fwiklou.git Unused $wgTitle --- diff --git a/maintenance/Maintenance.php b/maintenance/Maintenance.php index 409d399bea..ba395ef76a 100644 --- a/maintenance/Maintenance.php +++ b/maintenance/Maintenance.php @@ -606,7 +606,7 @@ abstract class Maintenance { */ public function finalSetup() { global $wgCommandLineMode, $wgShowSQLErrors; - global $wgTitle, $wgProfiling, $IP, $wgDBadminuser, $wgDBadminpassword; + global $wgProfiling, $IP, $wgDBadminuser, $wgDBadminpassword; global $wgDBuser, $wgDBpassword, $wgDBservers, $wgLBFactoryConf; # Turn off output buffering again, it might have been turned on in the settings files