From a00f2d1033d1f430a3f3380dc58db48308ddfd99 Mon Sep 17 00:00:00 2001 From: bnu Date: Wed, 20 Nov 2013 22:52:17 +0900 Subject: [PATCH] =?UTF-8?q?=5FZBXE=5FVERSION=5F=20=EB=8C=80=EC=B2=B4.?= 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 19e9a9d20..706008492 100644 --- a/classes/template/TemplateHandler.class.php +++ b/classes/template/TemplateHandler.class.php @@ -97,7 +97,7 @@ class TemplateHandler $this->web_path = $this->xe_path . '/' . ltrim(preg_replace('@^' . preg_quote(_XE_PATH_, '@') . '|\./@', '', $this->path), '/'); // get compiled file name - $hash = md5($this->file . __ZBXE_VERSION__); + $hash = md5($this->file . __XE_VERSION__); $this->compiled_file = "{$this->compiled_path}{$hash}.compiled.php"; // compare various file's modified time for check changed