mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:14 +01:00
disabling permanent error_log of sieve requests
This commit is contained in:
parent
fd5489d458
commit
bd88221059
@ -624,7 +624,7 @@ class defaultimap extends Net_IMAP
|
||||
$this->error =& $this->sieve->error;
|
||||
}
|
||||
$ret = call_user_func_array(array($this->sieve,$name),$params);
|
||||
error_log(__CLASS__.'->'.$name.'('.array2string($params).') returns '.array2string($ret));
|
||||
//error_log(__CLASS__.'->'.$name.'('.array2string($params).') returns '.array2string($ret));
|
||||
return $ret;
|
||||
}
|
||||
throw new egw_exception_wrong_parameter("No method '$name' implemented!");
|
||||
|
Loading…
Reference in New Issue
Block a user