From: Roland Häder Date: Sun, 6 Dec 2020 04:21:50 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=50a5ad433c797605fa67bc39c506318e89a0a932;p=hub.git Continued: - 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 --- diff --git a/application/hub/classes/template/xml/dht/bootstrap/class_XmlDhtBootstrapTemplateEngine.php b/application/hub/classes/template/xml/dht/bootstrap/class_XmlDhtBootstrapTemplateEngine.php index d769acd07..3ea3477c7 100644 --- a/application/hub/classes/template/xml/dht/bootstrap/class_XmlDhtBootstrapTemplateEngine.php +++ b/application/hub/classes/template/xml/dht/bootstrap/class_XmlDhtBootstrapTemplateEngine.php @@ -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 5a6770f3b..196ab0fc0 160000 --- a/core +++ b/core @@ -1 +1 @@ -Subproject commit 5a6770f3b6d3da3e22297844d8077dc2aba4663b +Subproject commit 196ab0fc031d6987c87e8c5d257c39f664ec9151