Commit dd454f90 by Hikonobu Kurihara

Fixed

parent e0c2b058
......@@ -96,8 +96,8 @@ class EDwoo2ViewRenderer extends CApplicationComponent implements IViewRenderer
//render or return
if($return)
return $this->dwoo->get($sourceFile, $data);
return $this->dwoo->get($sourceFile, $data, $compiler);
else
$this->dwoo->get($sourceFile, $data, null, true);
$this->dwoo->get($sourceFile, $data, $compiler, true);
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment