diff --git a/classes/Action.class.php b/classes/Action.class.php index 13a0f1f..115aabb 100644 --- a/classes/Action.class.php +++ b/classes/Action.class.php @@ -1,16 +1,16 @@ templater = Load::templater(ACTION_TPL_PATH.'/'.$this->template_dir); + $this->templater = Load::templater(); $this->prepare(); + $this->templater->setPath(ACTION_TPL_PATH.'/'.$this->template_dir); return $this->templater->fetch($this->template.'.tpl'); }