Commit 4e37563be733ba3df65cab8458eb190981c31eb3
1 parent
c8e20a91
KTS-2575
"df.exe cannot be found by the Disk Usage dashlet" Fixed. Contributed By: Tahir Tahang Committed By: Conrad Vermeulen Reviewed By: Kevin Fourie git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@7673 c91229c3-7414-0410-bfa2-8a42b809f60b
Showing
1 changed file
with
1 additions
and
1 deletions
plugins/search2/ExternalDashlet.php
| @@ -104,7 +104,7 @@ class ExternalResourceStatusDashlet extends KTBaseDashlet | @@ -104,7 +104,7 @@ class ExternalResourceStatusDashlet extends KTBaseDashlet | ||
| 104 | 104 | ||
| 105 | function checkDF() | 105 | function checkDF() |
| 106 | { | 106 | { |
| 107 | - $df = KTUtil::findCommand('externalBinary','df'); | 107 | + $df = KTUtil::findCommand('externalBinary/df','df'); |
| 108 | 108 | ||
| 109 | if (false === $df) | 109 | if (false === $df) |
| 110 | { | 110 | { |