* finish task #6444.

This commit is contained in:
wangyidong
2019-10-12 14:50:00 +08:00
parent 219dbdb7f3
commit 2f62ecb51e
38 changed files with 1650 additions and 1352 deletions
-1
View File
@@ -213,7 +213,6 @@ class group extends control
foreach($this->lang->resource as $module => $moduleActions)
{
$modules[$module] = $this->lang->$module->common;
if($module == 'caselib') $module = 'testsuite';
foreach($moduleActions as $action)
{
$actions[$module][$action] = $this->lang->$module->$action;