[php] fix fatal error & typo of @e23f80ab38b3c65aab3317a33a5d771ba2fb1819

This commit is contained in:
nao-pon
2016-01-08 17:43:42 +09:00
parent 0befff9790
commit 05c5ea9baa
2 changed files with 2 additions and 2 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