Unused $wgTitle
authorChad Horohoe <demon@users.mediawiki.org>
Wed, 28 Apr 2010 19:13:43 +0000 (19:13 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Wed, 28 Apr 2010 19:13:43 +0000 (19:13 +0000)
maintenance/Maintenance.php

index 409d399..ba395ef 100644 (file)
@@ -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