diff options
Diffstat (limited to 'perl-install/install_steps_newt.pm')
-rw-r--r-- | perl-install/install_steps_newt.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/install_steps_newt.pm b/perl-install/install_steps_newt.pm index e3d10243e..36c6ec8cf 100644 --- a/perl-install/install_steps_newt.pm +++ b/perl-install/install_steps_newt.pm @@ -32,7 +32,7 @@ sub new { #-PO This string must fit in a 80-char wide text screen Newt::PushHelpLine(N(" <Tab>/<Alt-Tab> between elements | <Space> selects | <F12> next screen ")); - (bless {}, ref $type || $type)->SUPER::new($o); + (bless {}, ref($type) || $type)->SUPER::new($o); } sub enteringStep { |