mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 00:42:20 +02:00
- new: mass virtual categories movement manager in
Administration>Categories>Move screen. git-svn-id: http://piwigo.org/svn/trunk@881 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -67,7 +67,10 @@ if (isset($_POST['submit']))
|
||||
|
||||
if (isset($_POST['parent']))
|
||||
{
|
||||
move_category($_GET['cat_id'], $_POST['parent']);
|
||||
move_categories(
|
||||
array($_GET['cat_id']),
|
||||
$_POST['parent']
|
||||
);
|
||||
}
|
||||
|
||||
array_push($page['infos'], $lang['editcat_confirm']);
|
||||
|
||||
Reference in New Issue
Block a user