mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-10 02:33:02 +02:00
bug:2841 doesn't duplicate using 'merge' action on only one group
git-svn-id: http://piwigo.org/svn/trunk@20740 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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 = '
|
||||
|
||||
Reference in New Issue
Block a user