Skip to content

Commit

Permalink
データの復元を利用した際に、復元後にキャッシュが利用され、復元後の最新状態となっていないように見えてしまう点を調整
Browse files Browse the repository at this point in the history
- 例えば、承認プラグインを利用している際の固定ページ一覧表示のときや、ブログ記事一覧表示のタイミング
  • Loading branch information
fuchigam1 committed Mar 6, 2016
1 parent f2027f9 commit 01f17f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Baser/Controller/ToolsController.php
Expand Up @@ -97,6 +97,7 @@ public function admin_maintenance($mode = '') {
if ($messages) {
$this->setMessage(implode('<br />', $messages), $error);
}
clearAllCache();
$this->redirect(array('action' => 'maintenance'));
break;
}
Expand Down

0 comments on commit 01f17f1

Please sign in to comment.