From 50a5ad433c797605fa67bc39c506318e89a0a932 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sun, 6 Dec 2020 05:21:50 +0100 Subject: [PATCH] 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 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../xml/dht/bootstrap/class_XmlDhtBootstrapTemplateEngine.php | 3 +++ core | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.5