mirror of
https://github.com/Studio-42/elFinder
synced 2026-06-08 12:37:09 +00:00
[php] fix fatal error & typo of @e23f80ab38b3c65aab3317a33a5d771ba2fb1819
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user