related to #1609 new created album is public by default and visit in gallery btn must be clickable

This commit is contained in:
Matthieu Leproux
2022-04-06 15:51:58 +02:00
parent 413d5839fc
commit 737b2de5de
2 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -189,7 +189,7 @@ SELECT
$orderedCat['id'] = $cat['cat']['id'];
$orderedCat['nb_images'] = isset($nb_photos_in[$cat['cat']['id']]) ? $nb_photos_in[$cat['cat']['id']] : 0;
$orderedCat['last_updates'] = $cat['cat']['lastmodified'];
$orderedCat['has_access'] = cat_admin_access($cat['cat']['id']);
$orderedCat['has_not_access'] = !cat_admin_access($cat['cat']['id']);
if (isset($cat['children']))
{
//Does not update when moving a node