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