* finish task #5152.
This commit is contained in:
@@ -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';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user