|
@@ -187,7 +187,7 @@ class NewsController extends AdminBaseController{
|
|
|
$info['content'] = $content['content'];
|
|
$info['content'] = $content['content'];
|
|
|
if(empty($info['id'])){
|
|
if(empty($info['id'])){
|
|
|
$this->error('未找到信息');
|
|
$this->error('未找到信息');
|
|
|
- }
|
|
|
|
|
|
|
+ }
|
|
|
$this->assign('iseditor',$this->iseditor);
|
|
$this->assign('iseditor',$this->iseditor);
|
|
|
$this->assign('info',$info);
|
|
$this->assign('info',$info);
|
|
|
return $this->fetch();
|
|
return $this->fetch();
|