* code for task #2464.

This commit is contained in:
wangyidong
2016-02-19 14:35:03 +08:00
parent aa6f3bc46d
commit bbf3d672af
9 changed files with 68 additions and 98 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class devModel extends model
*/
public function getAPIs($module)
{
$fileName = $this->app->getModuleRoot() . $module . $this->app->getPathFix() . 'control.php';
$fileName = $this->app->getModuleRoot() . $module . DS . 'control.php';
if($module != 'common' and $module != 'dev')
{
include $fileName;