* Format code and fix return value.
This commit is contained in:
@@ -600,7 +600,6 @@ class baseControl
|
||||
|
||||
if(!empty($jsExtPath))
|
||||
{
|
||||
$realModulePath = realPath($modulePath);
|
||||
foreach($jsExtPath as $jsPath)
|
||||
{
|
||||
if(empty($jsPath)) continue;
|
||||
@@ -730,7 +729,7 @@ class baseControl
|
||||
chdir(dirname($viewFile));
|
||||
|
||||
/**
|
||||
* 使用extract安定ob方法渲染$viewFile里面的代码。
|
||||
* 使用extract和ob方法渲染$viewFile里面的代码。
|
||||
* Use extract and ob functions to eval the codes in $viewFile.
|
||||
*/
|
||||
extract((array)$this->view);
|
||||
|
||||
Reference in New Issue
Block a user