作者 Twhmr

修复Api模块语言包加载不到文件名以_分割的文件

@@ -116,7 +116,7 @@ class Api @@ -116,7 +116,7 @@ class Api
116 $this->auth = Auth::instance(); 116 $this->auth = Auth::instance();
117 117
118 $modulename = $this->request->module(); 118 $modulename = $this->request->module();
119 - $controllername = strtolower($this->request->controller()); 119 + $controllername = Loader::parseName($this->request->controller());
120 $actionname = strtolower($this->request->action()); 120 $actionname = strtolower($this->request->action());
121 121
122 // token 122 // token