From: Roland Häder Date: Fri, 22 Aug 2025 01:30:31 +0000 (+0200) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6c0347cca88ed66076e5edd73ebbc5d089a842e8;p=core.git Continued: - need to initialize $stateInstance first --- 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