forked from extern/egroupware
Remove error log
This commit is contained in:
parent
e8538bb3da
commit
8634c624bb
@ -113,7 +113,6 @@ class calendar_uiforms extends calendar_ui
|
||||
{
|
||||
$owner = !$this->cal_prefs['default_participant'] ? $this->user : $this->owner;
|
||||
}
|
||||
error_log(__METHOD__ . ' owner: ' . array2string($owner));
|
||||
|
||||
if (!$owner || !is_numeric($owner) || $GLOBALS['egw']->accounts->get_type($owner) != 'u' ||
|
||||
!$this->bo->check_perms(Acl::ADD,0,$owner))
|
||||
|
Loading…
Reference in New Issue
Block a user