Merged in bugfix/HOR-3670-RG-4 (pull request #5931)
HOR-3670-RG-4 Files review: Approved-by: Julio Cesar Laura Avendaño <contact@julio-laura.com>
This commit is contained in:
@@ -1617,7 +1617,7 @@ class Process
|
||||
$triggerWizard->setFormatFieldNameInUppercase($this->formatFieldNameInUppercase);
|
||||
$triggerWizard->setArrayFieldNameForException($this->arrayFieldNameForException);
|
||||
|
||||
$triggerLibrary = \triggerLibrary::getSingleton();
|
||||
$triggerLibrary = \TriggerLibrary::getSingleton();
|
||||
$library = $triggerLibrary->getRegisteredClasses();
|
||||
|
||||
ksort($library);
|
||||
|
||||
@@ -38,7 +38,7 @@ class TriggerWizard
|
||||
|
||||
//Library
|
||||
|
||||
$this->library = \triggerLibrary::getSingleton();
|
||||
$this->library = \TriggerLibrary::getSingleton();
|
||||
} catch (\Exception $e) {
|
||||
throw $e;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user