Skip to content

Commit

Permalink
18.45 [patch #726]
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Rostovtsev committed May 5, 2017
1 parent 6b176a4 commit 5afe54c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Changelog

#### Version 18.46-beta3 (24 April, 2017)
Fixed bugs [#685](https://github.com/qooob/authentic-theme/issues/685) [#723](https://github.com/qooob/authentic-theme/issues/723) [#51917](https://www.virtualmin.com/node/51917)
#### Version 18.46-beta4 (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) [#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: 1 addition & 1 deletion authentic.pm
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ sub theme_ui_yesno_radio
my ( $name, $value, $yes, $no, $dis ) = @_;
$yes = 1 if ( !defined($yes) );
$no = 0 if ( !defined($no) );
if ( $value =~ /^[0-9,.E]+$/ ) {
if ( $value =~ /^[0-9,.E]+$/ || !$value) {
$value = int($value);
}
return ui_radio( $name, $value, [ [ $yes, $text{'yes'} ], [ $no, $text{'no'} ] ], $dis );
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18.45-git-201704241356
18.45-git-201704251100

0 comments on commit 5afe54c

Please sign in to comment.