HOR-3851
This commit is contained in:
@@ -138,7 +138,7 @@ class Bpmn extends Handler
|
||||
//Define the variables for the logging
|
||||
$info = array(
|
||||
'ip' => G::getIpAddress(),
|
||||
'workspace' => (defined("SYS_SYS"))? config("sys_sys") : "Workspace undefined"
|
||||
'workspace' => (!empty(config("system.workspace")))? config("system.workspace") : "Workspace undefined"
|
||||
);
|
||||
$this->setContextLog($info);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user