summaryrefslogtreecommitdiffstats
path: root/web_wizard
diff options
context:
space:
mode:
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 {