mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-24 23:09:13 +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())
|
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']);
|
$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
|
// 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