You've already forked guangan
Dept
This commit is contained in:
@ -38,7 +38,6 @@ class Category extends Controller
|
||||
public function add()
|
||||
{
|
||||
$this->title = '添加栏目';
|
||||
$this->_applyFormToken();
|
||||
CmsCategory::mForm('form');
|
||||
}
|
||||
|
||||
@ -53,7 +52,6 @@ class Category extends Controller
|
||||
{
|
||||
$this->title = '编辑栏目';
|
||||
$this->id = $this->request->param('id', 0, 'intval'); //当前栏目ID
|
||||
$this->_applyFormToken();
|
||||
CmsCategory::mForm('form');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user