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
@@ -226,7 +226,7 @@ $template->assign(
'U_ADD_PHOTOS_ALBUM' => $base_url.'photos_add&album='.$category['id'],
'U_CHILDREN' => $cat_list_url.'&parent_id='.$category['id'],
'U_HELP' => get_root_url().'admin/popuphelp.php?page=cat_modify',
'U_MOVE' => $base_url.'cat_move#cat-'.$category['id'],
'U_MOVE' => $base_url.'albums#cat-'.$category['id'],
'F_ACTION' => $form_action,
)