mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1609 Renamed 'cat_move' to 'albums' and linked variables so it works with new name
This commit is contained in:
committed by
Matthieu Leproux
parent
8dae4cb770
commit
425467e15f
+1
-1
@@ -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'])
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user