(cp 7f00155) fixes #1780 automatically switch to the old album manager

This commit is contained in:
plegall
2022-11-08 12:18:12 +01:00
parent 10699b89f2
commit d8f3763fe6
3 changed files with 23 additions and 1 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.'albums#cat-'.$category['id'],
'U_MOVE' => $base_url.'albums&parent_id='.$category['id'].'#cat-'.$category['id'],
'F_ACTION' => $form_action,
)