HOR-2295
This commit is contained in:
@@ -176,6 +176,8 @@ try {
|
|||||||
}
|
}
|
||||||
/*----------------------------------********---------------------------------*/
|
/*----------------------------------********---------------------------------*/
|
||||||
}
|
}
|
||||||
|
global $sObject;
|
||||||
|
$sObject = $workspace;
|
||||||
|
|
||||||
//Workflow
|
//Workflow
|
||||||
saveLog('main', 'action', 'checking folder ' . PATH_DB . $workspace);
|
saveLog('main', 'action', 'checking folder ' . PATH_DB . $workspace);
|
||||||
|
|||||||
@@ -1138,7 +1138,7 @@ class TimerEvent
|
|||||||
*
|
*
|
||||||
* return void
|
* return void
|
||||||
*/
|
*/
|
||||||
private function log($action, $value = "", $status = "timereventcron")
|
private function log($action, $value = "", $status = "action")
|
||||||
{
|
{
|
||||||
try {
|
try {
|
||||||
$workspace = (defined("SYS_SYS"))? SYS_SYS : "Wokspace Undefined";
|
$workspace = (defined("SYS_SYS"))? SYS_SYS : "Wokspace Undefined";
|
||||||
|
|||||||
Reference in New Issue
Block a user