HOR-3851
This commit is contained in:
@@ -21,7 +21,7 @@ class PMException extends Exception
|
||||
}
|
||||
|
||||
public static function registerErrorLog($error, $token){
|
||||
$ws = (defined("SYS_SYS"))? SYS_SYS : "Wokspace Undefined";
|
||||
$ws = (defined("SYS_SYS"))? config("sys_sys") : "Wokspace Undefined";
|
||||
Bootstrap::registerMonolog('ExceptionCron', 400, $error->getMessage(), array('token'=>$token), $ws, 'processmaker.log');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user