From 51bd96b66a4e0d595e4f89d02bdf8635fe5cbec3 Mon Sep 17 00:00:00 2001 From: conory Date: Thu, 1 Feb 2018 15:01:40 +0900 Subject: [PATCH] =?UTF-8?q?context=20property=EC=9D=98=20=EC=9D=B4?= =?UTF-8?q?=EB=A6=84=EA=B3=BC=20=ED=85=9C=ED=94=8C=EB=A6=BF=20=EB=82=B4?= =?UTF-8?q?=EC=9D=98=20=EB=B3=80=EC=88=98=20=EC=9D=B4=EB=A6=84=EC=9D=B4=20?= =?UTF-8?q?=EA=B0=99=EC=9D=84=20=EA=B2=BD=EC=9A=B0=20=EB=8D=AE=EC=96=B4?= =?UTF-8?q?=EC=93=B0=EC=A7=80=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- classes/template/TemplateHandler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/template/TemplateHandler.class.php b/classes/template/TemplateHandler.class.php index d30f31791..18d1edfab 100644 --- a/classes/template/TemplateHandler.class.php +++ b/classes/template/TemplateHandler.class.php @@ -344,7 +344,7 @@ class TemplateHandler */ private function _fetch($filename) { - $__Context = Context::getInstance(); + $__Context = (object) get_object_vars(Context::getInstance()); $__Context->tpl_path = $this->path; $__ob_level_before_fetch = ob_get_level();