fixes #1451 Can now open move album from album manager

This commit is contained in:
Matthieu Leproux
2021-07-15 13:05:45 +02:00
parent ae20ab9e8e
commit f1ea76242b
6 changed files with 67 additions and 1 deletions
+1
View File
@@ -324,6 +324,7 @@ foreach ($categories as $category)
'U_CHILDREN' => $cat_list_url.'&parent_id='.$category['id'],
'U_EDIT' => $base_url.'album-'.$category['id'],
'U_ADD_PHOTOS_ALBUM' => $base_url.'photos_add&album='.$category['id'],
'U_MOVE' => $base_url.'cat_move#cat-'.$category['id'],
'IS_VIRTUAL' => empty($category['dir'])
);