mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
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']['action'] = 'document';
|
||||||
$content['nm']['selected'] = array($id);
|
$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')
|
if (!count($content['nm']['selected']) && !$content['nm']['select_all'] && $content['nm']['action'] != 'delete_list')
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user