mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
silence error_log from calendar_bo triggered by statMessage
This commit is contained in:
parent
a07cc48066
commit
eb6aa373e3
@ -1201,7 +1201,7 @@ return array(); // temporary disabling meeting requests from calendar
|
||||
$stat = false;
|
||||
// error_log why access is denied (should never happen for everything returned by calendar_bo::search)
|
||||
$backup = $this->calendar->debug;
|
||||
$this->calendar->debug = 2;
|
||||
//$this->calendar->debug = 2;
|
||||
list($id) = explode(':',$id);
|
||||
$this->calendar->check_perms(EGW_ACL_FREEBUSY, $id, 0, 'server');
|
||||
$this->calendar->debug = $backup;
|
||||
|
Loading…
Reference in New Issue
Block a user