From 0ab475e77c70b60e323a87b97a73c39a695c6c13 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Wed, 2 Dec 2020 03:01:18 +0100 Subject: [PATCH] Continued: - WIP: needs to be public strangely for XmlParser, please fix it and turn this back to protected MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../main/traits/template/class_CompileableTemplateTrait.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/main/traits/template/class_CompileableTemplateTrait.php b/framework/main/traits/template/class_CompileableTemplateTrait.php index f762b253..66ea9fd8 100644 --- a/framework/main/traits/template/class_CompileableTemplateTrait.php +++ b/framework/main/traits/template/class_CompileableTemplateTrait.php @@ -39,7 +39,7 @@ trait CompileableTemplateTrait { * @param $templateInstance An instance of a CompileableTemplate class * @return void */ - protected final function setTemplateInstance (CompileableTemplate $templateInstance) { + public final function setTemplateInstance (CompileableTemplate $templateInstance) { $this->templateInstance = $templateInstance; } -- 2.39.5