Pre Merge pull request !452 from 御宅男(YznCMS官方)/N/A

pull/452/MERGE
御宅男(YznCMS官方) 2024-11-18 08:04:59 +00:00 committed by Gitee
commit 98fd161ac9
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 0 additions and 2 deletions

View File

@ -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();