Bugfix: configuration wizard crash 2 #1077

This commit is contained in:
Miro Hrončok 2013-04-23 16:17:43 +03:00
parent 8c26f0da30
commit 55c413627f

View file

@ -234,9 +234,11 @@ sub load_config {
my ($config) = @_;
foreach my $tab (values %{$self->{options_tabs}}) {
if ($self->{mode} eq 'expert') {
$tab->set_value($_, $config->$_) for keys %$config;
}
}
}
sub config_wizard {
my $self = shift;