]> git.mxchange.org Git - core.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Fri, 22 Aug 2025 01:30:31 +0000 (03:30 +0200)
committerRoland Häder <roland@mxchange.org>
Fri, 22 Aug 2025 01:30:31 +0000 (03:30 +0200)
- need to initialize $stateInstance first

framework/main/classes/class_BaseFrameworkSystem.php

index 257d1cdca5c9bb211ad716cae661d30c0df96960..1d1ee39738401669880784c67efa1be685328304 100644 (file)
@@ -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