From 6c0347cca88ed66076e5edd73ebbc5d089a842e8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 22 Aug 2025 03:30:31 +0200 Subject: [PATCH] Continued: - need to initialize $stateInstance first --- framework/main/classes/class_BaseFrameworkSystem.php | 1 + 1 file changed, 1 insertion(+) diff --git a/framework/main/classes/class_BaseFrameworkSystem.php b/framework/main/classes/class_BaseFrameworkSystem.php index 257d1cdc..1d1ee397 100644 --- a/framework/main/classes/class_BaseFrameworkSystem.php +++ b/framework/main/classes/class_BaseFrameworkSystem.php @@ -1919,6 +1919,7 @@ Loaded includes: $this->deprecationWarning('Monolithic method, should be moved to proper classes'); // Default is 'null' + $stateInstance = NULL; $stateName = 'null'; // Check if state instance is there -- 2.39.5