HOR-3610
Fix System class conflict.
This commit is contained in:
@@ -931,7 +931,7 @@ class Installer extends Controller
|
||||
$envFile = PATH_CONFIG . 'env.ini';
|
||||
|
||||
// getting configuration from env.ini
|
||||
$sysConf = System::getSystemConfiguration( $envFile );
|
||||
$sysConf = PMSystem::getSystemConfiguration( $envFile );
|
||||
|
||||
$langUri = 'en';
|
||||
if (isset($sysConf['default_lang'])) {
|
||||
@@ -987,7 +987,7 @@ class Installer extends Controller
|
||||
|
||||
try {
|
||||
// update the main index file
|
||||
$indexFileUpdated = System::updateIndexFile(array('lang' => 'en','skin' => $updatedConf['default_skin']));
|
||||
$indexFileUpdated = PMSystem::updateIndexFile(array('lang' => 'en','skin' => $updatedConf['default_skin']));
|
||||
} catch (Exception $e) {
|
||||
$info->result = false;
|
||||
$info->message = G::LoadTranslation('ID_PROCESSMAKER_WRITE_CONFIG_INDEX', SYS_LANG, Array(PATH_HTML . "index.html."));
|
||||
|
||||
Reference in New Issue
Block a user