From 4e37563be733ba3df65cab8458eb190981c31eb3 Mon Sep 17 00:00:00 2001 From: conradverm Date: Tue, 13 Nov 2007 13:02:16 +0000 Subject: [PATCH] KTS-2575 "df.exe cannot be found by the Disk Usage dashlet" Fixed. --- plugins/search2/ExternalDashlet.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/search2/ExternalDashlet.php b/plugins/search2/ExternalDashlet.php index b22eacc..d8a40cd 100644 --- a/plugins/search2/ExternalDashlet.php +++ b/plugins/search2/ExternalDashlet.php @@ -104,7 +104,7 @@ class ExternalResourceStatusDashlet extends KTBaseDashlet function checkDF() { - $df = KTUtil::findCommand('externalBinary','df'); + $df = KTUtil::findCommand('externalBinary/df','df'); if (false === $df) { -- libgit2 0.21.4