diff options
Diffstat (limited to 'news_wizard/Inn.pm')
-rwxr-xr-x | news_wizard/Inn.pm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/news_wizard/Inn.pm b/news_wizard/Inn.pm index 6ad5ec83..364f1a7b 100755 --- a/news_wizard/Inn.pm +++ b/news_wizard/Inn.pm @@ -100,9 +100,7 @@ $o->{pages} = { sub new { my ($class) = @_; - bless { - o => $o, - }, $class; + bless $o, $class; } sub check_valid_hours { |