]> git.mxchange.org Git - hub.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Sun, 6 Dec 2020 04:21:50 +0000 (05:21 +0100)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Dec 2020 04:26:45 +0000 (05:26 +0100)
- now all stacks must be initialized no matter which method is invoked, so no
  "auto-magic" initialization as this was a bit Spagetti-like code
- updated core framework

Signed-off-by: Roland Häder <roland@mxchange.org>
application/hub/classes/template/xml/dht/bootstrap/class_XmlDhtBootstrapTemplateEngine.php
core

index d769acd07464f6288152e161ff4f336d9d3b17e7..3ea3477c7dc08c9d7cf2c879e8774a6aeb0dafdc 100644 (file)
@@ -82,6 +82,9 @@ class XmlDhtBootstrapTemplateEngine extends BaseXmlTemplateEngine implements Com
                // Init template instance
                $templateInstance->initXmlTemplateEngine('node', 'dht_bootstrap');
 
+               // Init own stack
+               $templateInstance->getStackInstance()->initStack('dht_bootstrap');
+
                // Return the prepared instance
                return $templateInstance;
        }
diff --git a/core b/core
index 5a6770f3b6d3da3e22297844d8077dc2aba4663b..196ab0fc031d6987c87e8c5d257c39f664ec9151 160000 (submodule)
--- a/core
+++ b/core
@@ -1 +1 @@
-Subproject commit 5a6770f3b6d3da3e22297844d8077dc2aba4663b
+Subproject commit 196ab0fc031d6987c87e8c5d257c39f664ec9151