Skip to content

Commit

Permalink
Version 18.45 [hot-fix #730]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed Apr 25, 2017
1 parent 41e5f80 commit b708856
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 2 additions & 0 deletions authentic-lib.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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 );
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.45-git-201704251634
18.45-git-201704251646

0 comments on commit b708856

Please sign in to comment.