* finish task #5446.
This commit is contained in:
@@ -740,7 +740,7 @@ class baseControl
|
||||
*/
|
||||
if(!is_file($file2Included)) $this->app->triggerError("The control file $file2Included not found", __FILE__, __LINE__, $exit = true);
|
||||
chdir(dirname($file2Included));
|
||||
helper::import($file2Included);
|
||||
if(!class_exists($moduleName)) helper::import($file2Included);
|
||||
|
||||
/**
|
||||
* 设置调用的类名。
|
||||
|
||||
Reference in New Issue
Block a user