summaryrefslogtreecommitdiffstats
path: root/web_wizard
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2006-01-03 17:21:06 +0000
committerOlivier Blin <oblin@mandriva.org>2006-01-03 17:21:06 +0000
commit039043dce270c730cd0880b30f18fd0665a8d5f9 (patch)
tree7fbc4332363731a88404cd2d9baacd721afdd548 /web_wizard
parent9518e6f02ba555d798877604c8f50daf44486f45 (diff)
downloaddrakwizard-039043dce270c730cd0880b30f18fd0665a8d5f9.tar
drakwizard-039043dce270c730cd0880b30f18fd0665a8d5f9.tar.gz
drakwizard-039043dce270c730cd0880b30f18fd0665a8d5f9.tar.bz2
drakwizard-039043dce270c730cd0880b30f18fd0665a8d5f9.tar.xz
drakwizard-039043dce270c730cd0880b30f18fd0665a8d5f9.zip
bless directly the wizard object instead of wrapping it in a hash
Diffstat (limited to 'web_wizard')
-rwxr-xr-xweb_wizard/Apache.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/web_wizard/Apache.pm b/web_wizard/Apache.pm
index 845d8e8c..dcb68dc8 100755
--- a/web_wizard/Apache.pm
+++ b/web_wizard/Apache.pm
@@ -171,9 +171,7 @@ sub new {
# $o->{needed_rpm} = [ 'apache-1.3' ];
# $o->{var}{servicecheck} = 'httpd';
# }
- bless {
- o => $o,
- }, $class;
+ bless $o, $class;
}
sub chg_docroot {