* Finish task#36357.
This commit is contained in:
@@ -46,7 +46,7 @@ class testtask extends control
|
||||
}
|
||||
if($this->app->openApp == 'qa')
|
||||
{
|
||||
$products = $this->product->getPairs();
|
||||
$products = $this->loadModel('product')->getPairs();
|
||||
$this->app->loadConfig('qa');
|
||||
foreach($this->config->qa->menuList as $module) $this->lang->navGroup->$module = 'qa';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user