* finish task #5152.

This commit is contained in:
wangyidong
2018-12-12 16:39:34 +08:00
parent 8208a1ea42
commit 87209adcb7
8 changed files with 139 additions and 20 deletions
-1
View File
@@ -45,7 +45,6 @@ class control extends baseControl
{
if(!file_exists($mainViewFile))
{
if($this->viewType == 'xhtml') $this->app->viewType = 'html';
$this->devicePrefix = '';
$mainViewFile = $modulePath . 'view' . DS . $this->devicePrefix . $methodName . '.' . $viewType . '.php';
}