mirror of https://gitee.com/karson/fastadmin.git
commit
a5a0a30d07
|
|
@ -82,7 +82,6 @@ class Rule extends Backend
|
||||||
if ($result === false) {
|
if ($result === false) {
|
||||||
$this->error($this->model->getError());
|
$this->error($this->model->getError());
|
||||||
}
|
}
|
||||||
Cache::rm('__menu__');
|
|
||||||
$this->success();
|
$this->success();
|
||||||
}
|
}
|
||||||
$this->error();
|
$this->error();
|
||||||
|
|
@ -124,7 +123,6 @@ class Rule extends Backend
|
||||||
if ($result === false) {
|
if ($result === false) {
|
||||||
$this->error($row->getError());
|
$this->error($row->getError());
|
||||||
}
|
}
|
||||||
Cache::rm('__menu__');
|
|
||||||
$this->success();
|
$this->success();
|
||||||
}
|
}
|
||||||
$this->error();
|
$this->error();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue