mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
fixed missing return
This commit is contained in:
parent
09d4c8aa75
commit
e6c351b7d4
@ -448,7 +448,7 @@
|
|||||||
{
|
{
|
||||||
if (!$fields['id'] && !$fields['ab_id'])
|
if (!$fields['id'] && !$fields['ab_id'])
|
||||||
{
|
{
|
||||||
$this->add_entry($fields);
|
return $this->add_entry($fields);
|
||||||
}
|
}
|
||||||
$ok = False;
|
$ok = False;
|
||||||
if($this->check_perms($fields,PHPGW_ACL_EDIT))
|
if($this->check_perms($fields,PHPGW_ACL_EDIT))
|
||||||
|
Loading…
Reference in New Issue
Block a user