summaryrefslogtreecommitdiffstats
path: root/kolab_wizard/Kolab.pm
diff options
context:
space:
mode:
Diffstat (limited to 'kolab_wizard/Kolab.pm')
-rwxr-xr-xkolab_wizard/Kolab.pm4
1 files changed, 1 insertions, 3 deletions
diff --git a/kolab_wizard/Kolab.pm b/kolab_wizard/Kolab.pm
index 3a5c0414..886d0146 100755
--- a/kolab_wizard/Kolab.pm
+++ b/kolab_wizard/Kolab.pm
@@ -225,9 +225,7 @@ $o->{pages} = {
sub new {
my ($class) = @_;
- bless {
- o => $o,
- }, $class;
+ bless $o, $class;
}
sub do_it_master_withoutca {