From: Roland Häder Date: Sat, 7 Nov 2020 21:20:09 +0000 (+0100) Subject: Continued: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f3249e1f07306f40ccd7975fe05ac25359837fe8;p=core.git Continued: - had to be public ?! Signed-off-by: Roland Häder --- diff --git a/framework/main/classes/parser/class_BaseParser.php b/framework/main/classes/parser/class_BaseParser.php index ceb65240..92070b8b 100644 --- a/framework/main/classes/parser/class_BaseParser.php +++ b/framework/main/classes/parser/class_BaseParser.php @@ -51,7 +51,7 @@ abstract class BaseParser extends BaseFrameworkSystem { * @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; }