fixes #2376 globalize conf in empty_lounge

This commit is contained in:
plegall
2025-06-10 09:54:50 +02:00
parent 4a3cfa65db
commit 815f1f51ca
+1 -1
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']))
{