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