diff options
Diffstat (limited to 'time_wizard/Ntp.pm')
-rw-r--r-- | time_wizard/Ntp.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/time_wizard/Ntp.pm b/time_wizard/Ntp.pm index fc97185c..1772f9c0 100644 --- a/time_wizard/Ntp.pm +++ b/time_wizard/Ntp.pm @@ -162,9 +162,7 @@ $o->{pages} = { sub new { my ($class) = @_; - bless { - o => $o, - }, $class; + bless $o, $class; } sub get_timezone { |