HOR-1583
This commit is contained in:
@@ -740,6 +740,7 @@ class workspaceTools
|
||||
$this->checkRbacPermissions();//check or add new permissions
|
||||
$this->checkSequenceNumber();
|
||||
$this->migrateIteeToDummytask($this->name);
|
||||
$this->upgradeConfiguration();
|
||||
|
||||
//There records in table "EMAIL_SERVER"
|
||||
$criteria = new Criteria("workflow");
|
||||
@@ -3243,4 +3244,12 @@ class workspaceTools
|
||||
CLI::logging($message);
|
||||
}
|
||||
|
||||
public function upgradeConfiguration()
|
||||
{
|
||||
G::LoadClass("configuration");
|
||||
$conf = new Configurations();
|
||||
$conf->aConfig = 'neoclassic';
|
||||
$conf->saveConfig('SKIN_CRON', '');
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user