forked from extern/egroupware
Do not give an error about selecting contacts when there is no action.
This commit is contained in:
parent
741e6e02af
commit
999b9f8724
@ -135,7 +135,7 @@ class addressbook_ui extends addressbook_bo
|
||||
$content['nm']['action'] = 'document';
|
||||
$content['nm']['selected'] = array($id);
|
||||
}
|
||||
if ($content['nm']['action'] !== '')
|
||||
if ($content['nm']['action'] !== '' && $content['nm']['action'] !== null)
|
||||
{
|
||||
if (!count($content['nm']['selected']) && !$content['nm']['select_all'] && $content['nm']['action'] != 'delete_list')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user