related to #1609 Renamed 'cat_move' to 'albums' and linked variables so it works with new name

This commit is contained in:
Matthieu Leproux
2022-02-14 16:01:08 +01:00
committed by Matthieu Leproux
parent 8dae4cb770
commit 425467e15f
8 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -324,7 +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'],
'U_MOVE' => $base_url.'albums#cat-'.$category['id'],
'IS_VIRTUAL' => empty($category['dir'])
);