This commit is contained in:
Paula V. Quispe
2016-11-25 10:33:26 -05:00
parent de2354dcf5
commit 0696c711af
2 changed files with 3 additions and 1 deletions

View File

@@ -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);

View File

@@ -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";