This commit is contained in:
Roly Rudy Gutierrez Pinto
2019-06-06 12:16:50 -04:00
parent 1d535dd914
commit 4c116946ad
2 changed files with 1 additions and 10 deletions

View File

@@ -1074,7 +1074,6 @@ class WorkspaceTools
$this->checkRbacPermissions();//check or add new permissions
$this->checkSequenceNumber();
$this->migrateIteeToDummytask($this->name);
$this->upgradeConfiguration();
/*----------------------------------********---------------------------------*/
$this->upgradeAuditLog($this->name);
/*----------------------------------********---------------------------------*/
@@ -3739,13 +3738,6 @@ class WorkspaceTools
CLI::logging($message);
}
public function upgradeConfiguration()
{
$conf = new Configurations();
$conf->aConfig = 'neoclassic';
$conf->saveConfig('SKIN_CRON', '');
}
public function upgradeAuditLog($workspace)
{
$conf = new Configurations();