diff options
-rw-r--r-- | perl-install/harddrake/data.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/harddrake/data.pm b/perl-install/harddrake/data.pm index c0ffa80d6..879a0f0eb 100644 --- a/perl-install/harddrake/data.pm +++ b/perl-install/harddrake/data.pm @@ -357,7 +357,7 @@ our @tree = string => N("UPS"), icon => "harddisk.png", configurator => "$sbindir/drakups", - detector => sub { detect_devices::getUPS() }, + detector => sub { f(detect_devices::getUPS()) }, checked_on_boot => 0, }, |