正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -116,7 +116,7 @@ class CustomTemplateLogic extends BaseLogic | @@ -116,7 +116,7 @@ class CustomTemplateLogic extends BaseLogic | ||
| 116 | if($rs === false){ | 116 | if($rs === false){ |
| 117 | $this->fail('系统错误,请联系管理'); | 117 | $this->fail('系统错误,请联系管理'); |
| 118 | } | 118 | } |
| 119 | - $this->setTemplateLog($info,$bSettingInfo['template_id'],$html,$this->param['id']); | 119 | + $this->setTemplateLog($bSettingInfo['template_id'],$html,$this->param['id']); |
| 120 | //通知 | 120 | //通知 |
| 121 | $this->addUpdateNotify(RouteMap::SOURCE_PAGE,$info['url']); | 121 | $this->addUpdateNotify(RouteMap::SOURCE_PAGE,$info['url']); |
| 122 | $this->curlDelRoute(['route'=>$info['url'],'new_route'=>$info['url']]); | 122 | $this->curlDelRoute(['route'=>$info['url'],'new_route'=>$info['url']]); |
-
请 注册 或 登录 后发表评论