提交 26b6b775 编写于 作者: lzc828's avatar lzc828

1.6.4

上级 8dc579ae
......@@ -116,7 +116,7 @@ class Controller
$dir = strtolower(trim($dir, '/'));
return $this->response->tpl($dir . '/' . $tpl, $data);
} else {
return $this->response->tpl(_APP_PATH_VIEW_ . '/' . $tpl, $data);
return $this->response->tpl($tpl, $data);
}
}
......
......@@ -10,6 +10,6 @@ if (!defined('_DEBUG_')) {
define('_DEBUG_', false);
}
define('_ONE_V_', '1.6.3');
define('_ONE_V_', '1.6.4');
require __DIR__ . '/helper.php';
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册