mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
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;
|
$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' ||
|
if (!$owner || !is_numeric($owner) || $GLOBALS['egw']->accounts->get_type($owner) != 'u' ||
|
||||||
!$this->bo->check_perms(Acl::ADD,0,$owner))
|
!$this->bo->check_perms(Acl::ADD,0,$owner))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user