]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/class_BaseFrameworkSystem.php
Configuration class is now fully singleton
[shipsimu.git] / inc / classes / main / class_BaseFrameworkSystem.php
index fe43a998f59c533aec830aef70c7d0f908f9bc22..38e689b1666c3969da6b5627ba959fcfd8557a09 100644 (file)
@@ -289,7 +289,7 @@ class BaseFrameworkSystem extends stdClass implements FrameworkInterface {
                        Registry::isInitialized('OK');
                } elseif ($this->__toString() == 'DebugMiddleware') {
                        // Set configuration instance
-                       $this->setConfigInstance(FrameworkConfiguration::createFrameworkConfiguration());
+                       $this->setConfigInstance(FrameworkConfiguration::getInstance());
                }
        }