mirror of https://gitee.com/karson/fastadmin.git
Pre Merge pull request !452 from 御宅男(YznCMS官方)/N/A
commit
98fd161ac9
|
|
@ -82,7 +82,6 @@ class Rule extends Backend
|
|||
if ($result === false) {
|
||||
$this->error($this->model->getError());
|
||||
}
|
||||
Cache::rm('__menu__');
|
||||
$this->success();
|
||||
}
|
||||
$this->error();
|
||||
|
|
@ -124,7 +123,6 @@ class Rule extends Backend
|
|||
if ($result === false) {
|
||||
$this->error($row->getError());
|
||||
}
|
||||
Cache::rm('__menu__');
|
||||
$this->success();
|
||||
}
|
||||
$this->error();
|
||||
|
|
|
|||
Loading…
Reference in New Issue