From: Roland Häder Date: Wed, 2 Dec 2020 02:01:18 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0ab475e77c70b60e323a87b97a73c39a695c6c13;p=core.git Continued: - WIP: needs to be public strangely for XmlParser, please fix it and turn this back to protected Signed-off-by: Roland Häder --- 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; }