diff options
-rw-r--r-- | admin/group_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/group_list.php b/admin/group_list.php index 3d5dc6d78..390107613 100644 --- a/admin/group_list.php +++ b/admin/group_list.php @@ -164,7 +164,7 @@ if (isset($_POST['submit']) and isset($_POST['selectAction']) and isset($_POST[' // |merge groups into a new one // + - if ($action=="merge" ) + if ($action=="merge" and count($groups) > 1) { // is the group not already existing ? $query = ' |