|
...
|
...
|
@@ -42,7 +42,7 @@ class CustomModuleCategoryController extends BaseController |
|
|
|
$template_id = $this->getModuleTemplateId($this->param['module_id']);
|
|
|
|
foreach ($list as $k => $v){
|
|
|
|
$v['is_renovation'] = $this->getIsRenovation($v['module_id'],BTemplate::IS_LIST,$template_id,$v['id'],BTemplate::IS_CUSTOM);
|
|
|
|
$v['url'] = $this->user['domain'].getCustomRouteMap($moduleInfo['route'],$v['route']);
|
|
|
|
$v['url'] = $this->user['domain'].getCustomRouteMap($moduleInfo['route'],$v['route'],$this->user['is_upgrade']);
|
|
|
|
$list[$k] = $v;
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|