PMC-558
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user