From 62a8f12ed2b8a57cddb2ddd7abd4951dc678590c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 12 Nov 2025 15:00:33 +0100 Subject: [PATCH] include Log.php, because the defines are needed in ClassSettings --- inc/inc.LogInit.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/inc.LogInit.php b/inc/inc.LogInit.php index 5d0355497..609105fa5 100644 --- a/inc/inc.LogInit.php +++ b/inc/inc.LogInit.php @@ -18,6 +18,7 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. +require_once("Log.php"); require_once("inc/inc.Utils.php"); $logger = getLogger($settings, '', (int) $settings->_logFileMaxLevel);