Commit 4e37563be733ba3df65cab8458eb190981c31eb3

Authored by conradverm
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
plugins/search2/ExternalDashlet.php
... ... @@ -104,7 +104,7 @@ class ExternalResourceStatusDashlet extends KTBaseDashlet
104 104  
105 105 function checkDF()
106 106 {
107   - $df = KTUtil::findCommand('externalBinary','df');
  107 + $df = KTUtil::findCommand('externalBinary/df','df');
108 108  
109 109 if (false === $df)
110 110 {
... ...