Commit e0c2b058 by Hikonobu Kurihara

Fixed

parent 57bef4f1
......@@ -35,7 +35,7 @@ class EDwoo2ViewRenderer extends CApplicationComponent implements IViewRenderer
// registering Dwoo autoload handler
$dwooDir = Yii::getPathOfAlias($this->dwooPath);
Yii::import($dwooDir . DIRECTORY_SEPARATOR . 'Autoloader.php');
require_once $dwooDir . DIRECTORY_SEPARATOR . 'Autoloader.php';
Dwoo\Autoloader::register();
// adding back Yii autoload handler
......
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