(cp b0485f636) fixes #2163 check user conf

This commit is contained in:
HWFord
2024-05-29 16:48:16 +02:00
parent 632a77eb9a
commit 71d4c23d66
+1 -1
View File
@@ -646,7 +646,7 @@ foreach (array('first','previous','next','last', 'current') as $which_image)
);
}
}
if ($conf['picture_download_icon'] and !empty($picture['current']['download_url']))
if ($conf['picture_download_icon'] and !empty($picture['current']['download_url']) and $user['enabled_high']=='true')
{
$template->append('current', array('U_DOWNLOAD' => $picture['current']['download_url']), true);