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
+2 -2
View File
@@ -187,7 +187,7 @@ $template->assign(
'U_CONFIG_LANGUAGES' => $link_start.'languages',
'U_CONFIG_THEMES'=> $link_start.'themes',
'U_CATEGORIES'=> $link_start.'cat_list',
'U_CAT_MOVE'=> $link_start.'cat_move',
'U_ALBUMS'=> $link_start.'albums',
'U_CAT_OPTIONS'=> $link_start.'cat_options',
'U_CAT_SEARCH'=> $link_start.'cat_search',
'U_CAT_UPDATE'=> $link_start.'site_update&site=1',
@@ -300,7 +300,7 @@ if (
or ( !empty($_POST) and in_array($page['page'],
array(
'album', // public/private; lock/unlock, permissions
'cat_move',
'albums',
'cat_options', // public/private; lock/unlock
'user_list', // group assoc; user level
'user_perm',