diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ce109d3..25d8f2f6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ ## Changelog #### Version 18.46-beta8 (25 April, 2017) -* Fixed bugs [#685](https://github.com/qooob/authentic-theme/issues/685) [#723](https://github.com/qooob/authentic-theme/issues/723) [#726](https://github.com/qooob/authentic-theme/issues/726) [#727](https://github.com/qooob/authentic-theme/issues/727) [#728](https://github.com/qooob/authentic-theme/issues/728) [#729](https://github.com/qooob/authentic-theme/issues/729) [#51917](https://www.virtualmin.com/node/51917) +* Fixed bugs [#685](https://github.com/qooob/authentic-theme/issues/685) [#723](https://github.com/qooob/authentic-theme/issues/723) [#726](https://github.com/qooob/authentic-theme/issues/726) [#727](https://github.com/qooob/authentic-theme/issues/727) [#728](https://github.com/qooob/authentic-theme/issues/728) [#729](https://github.com/qooob/authentic-theme/issues/729) [#730](https://github.com/qooob/authentic-theme/issues/730) [#51917](https://www.virtualmin.com/node/51917) #### Version 18.45 (21 April, 2017) * Added ability to install patched version of the theme directly from GitHub, to get early access on the new features [#707](https://github.com/qooob/authentic-theme/issues/707) diff --git a/authentic-lib.pm b/authentic-lib.pm index d201046ef..2ac6306a1 100644 --- a/authentic-lib.pm +++ b/authentic-lib.pm @@ -3616,6 +3616,8 @@ sub manage_theme_config my ($action) = @_; my %atconfig; + switch_to_remote_user(); + if ( $action eq 'save' ) { my %i = settings_filter(%in); write_file( get_user_home() . "/.atconfig", \%i ); diff --git a/version b/version index c3775bc7f..c064c2ecf 100644 --- a/version +++ b/version @@ -1 +1 @@ -18.45-git-201704251634 +18.45-git-201704251646