This commit is contained in:
OSWorX 2025-04-22 21:34:02 +02:00 committed by GitHub
commit 9f1e55fef8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -224,6 +224,8 @@ SELECT
;';
$all_group_ids = array_from_query($query, 'group_id');
$template->assign('permission_url', '' );
if (count($all_group_ids) == 0)
{
$template->assign('no_group_in_gallery', true);