fixes #2376 globalize conf in empty_lounge

This commit is contained in:
plegall
2025-06-10 09:52:17 +02:00
parent ae740ba3af
commit 40e89ed23b

View File

@@ -1929,7 +1929,7 @@ function fill_lounge($images, $categories)
*/
function empty_lounge($invalidate_user_cache=true)
{
global $logger;
global $logger, $conf;
if (isset($conf['empty_lounge_running']))
{