diff options
Diffstat (limited to 'perl-install/any.pm')
-rw-r--r-- | perl-install/any.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/any.pm b/perl-install/any.pm index e25d047d9..de2f7ac93 100644 --- a/perl-install/any.pm +++ b/perl-install/any.pm @@ -173,7 +173,7 @@ sub setupBootloader { ), { label => _("Clean /tmp at each boot"), val => \$clean_tmp, type => 'bool', advanced => 1 }, { label => _("Precise RAM size if needed (found %d MB)", availableRamMB()), val => \$memsize, advanced => 1 }, - if_(detect_devices::isLaptop, + if_(detect_devices::isLaptop(), { label => _("Enable multi profiles"), val => \$profiles, type => 'bool', advanced => 1 }, ), ], |