Skip to content
This repository was archived by the owner on Aug 1, 2021. It is now read-only.

Commit 178aae3

Browse files
Merge pull request #104 from technote-space/fix/#103
#103
2 parents 82a5fe7 + ee06e78 commit 178aae3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/classes/controllers/admin/dashboard.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ protected function post_action() {
4949
foreach ( $assets->get_setting_keys() as $key => $form ) {
5050
$this->update_setting( $key );
5151
}
52+
$assets->clear_options_cache();
5253
$this->app->add_message( 'Settings updated.', 'setting' );
5354
}
5455

0 commit comments

Comments
 (0)