forked from extern/egroupware
fixed bug reported by Peter Goerzen and Nathan: deleting a contact from vi=
This commit is contained in:
parent
644e9794f0
commit
b6a65d1d6a
@ -1482,7 +1482,7 @@ class uicontacts extends bocontacts
|
|||||||
case 'delete':
|
case 'delete':
|
||||||
$GLOBALS['egw']->redirect_link('/index.php',array(
|
$GLOBALS['egw']->redirect_link('/index.php',array(
|
||||||
'menuaction' => 'addressbook.uicontacts.index',
|
'menuaction' => 'addressbook.uicontacts.index',
|
||||||
'msg' => $this->delete($content) ? lang('Error deleting the contact !!!') : lang('Contact deleted'),
|
'msg' => $this->delete($content) ? lang('Contact deleted') : lang('Error deleting the contact !!!'),
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user