mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-08 23:19:04 +01:00
disabling permanent error_log in favor of $debug attribute
This commit is contained in:
parent
9368992032
commit
a646bc6a61
@ -472,7 +472,7 @@ class Asyncservice
|
||||
{
|
||||
if ($job['data']['keep_time'] <= time())
|
||||
{
|
||||
error_log(__METHOD__."() finally deleting job ".array2string($job));
|
||||
if ($this->debug) error_log(__METHOD__."() finally deleting job ".array2string($job));
|
||||
$this->delete($job['id']);
|
||||
}
|
||||
// fix somehow created async-job with a next time before the keep time, eg. not updated alarm trigger time in the past
|
||||
|
Loading…
Reference in New Issue
Block a user