(cp 8c25d7d2a) fixes #2064 re-use existing code to open an album

This commit is contained in:
plegall
2024-07-15 16:47:55 +02:00
parent 2c29c75c73
commit a4cb81da3f
3 changed files with 11 additions and 16 deletions

View File

@@ -198,7 +198,7 @@ $template->assign(
'U_ADD_PHOTOS_ALBUM' => $base_url.'photos_add&album='.$category['id'],
'U_CHILDREN' => $cat_list_url.'&parent_id='.$category['id'],
'U_MOVE' => $base_url.'albums&parent_id='.$category['id'].'#cat-'.$category['id'],
'U_MOVE' => $base_url.'albums&parent_id='.$category['id'],
)
);