Fix typo in deleteArchivedFiles.inc
[lhc/web/wiklou.git] / maintenance / Maintenance.php
index ab995df..6405d95 100644 (file)
@@ -642,7 +642,7 @@ abstract class Maintenance {
         */
        public function finalSetup() {
                global $wgCommandLineMode, $wgShowSQLErrors;
-               global $wgProfiling, $IP, $wgDBadminuser, $wgDBadminpassword;
+               global $wgProfiling, $wgDBadminuser, $wgDBadminpassword;
                global $wgDBuser, $wgDBpassword, $wgDBservers, $wgLBFactoryConf;
 
                # Turn off output buffering again, it might have been turned on in the settings files