This commit is contained in:
Marco Antonio Nina Mena
2018-01-11 10:16:48 -04:00
parent ef08a4df2c
commit 14f36077c8
2 changed files with 5 additions and 5 deletions

View File

@@ -157,10 +157,10 @@ function run_upgrade($command, $args)
}
}
//Verify information singleton ServConf by change name of class.
CLI::logging("\nCheck serverConf.singleton integrity\n\n");
//Verify the information of the singleton ServConf by changing the name of the class if is required.
CLI::logging("\nCheck/Fix serialized instance in serverConf.singleton file\n\n");
$serverConf = ServerConf::getSingleton();
$serverConf->syncronizeNameProperties();
$serverConf->updateClassNameInFile();
// SAVE Upgrades/Patches
$arrayPatch = glob(PATH_TRUNK . 'patch-*');