src build elFinder-2.1-5e7696f

This commit is contained in:
nao-pon
2016-01-08 17:47:05 +09:00
parent 29d6a20be3
commit 527c69545b
6 changed files with 8 additions and 8 deletions
@@ -179,7 +179,6 @@ class elFinderVolumeLocalFileSystem extends elFinderVolumeDriver {
$path = escapeshellarg($path);
$standby = max(1, intval($standby));
$cmd = $inotifywait.' '.$path.' -t '.$standby.' -e moved_to,moved_from,move,create,delete,delete_self';
$o = $r = '';
$this->procExec($cmd , $o, $r);
if ($r === 0) {
// changed