mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
fix not working delete in edit mode
This commit is contained in:
parent
e800b75362
commit
8c86a244c9
@ -964,7 +964,7 @@ class uicontacts extends bocontacts
|
||||
break;
|
||||
|
||||
case 'delete':
|
||||
if($this->delete($content))
|
||||
if($this->action('delete',array($content['id'])))
|
||||
{
|
||||
echo "<html><body><script>var referer = opener.location; opener.location.href = referer+(referer.search?'&':'?')+'msg=".
|
||||
addslashes(urlencode(lang('Contact deleted')))."';window.close();</script></body></html>\n";
|
||||
|
Loading…
Reference in New Issue
Block a user