diff --git a/system/Process/ServerInotify.php b/system/Process/ServerInotify.php index 0fd87698..89feec1f 100644 --- a/system/Process/ServerInotify.php +++ b/system/Process/ServerInotify.php @@ -78,7 +78,7 @@ class ServerInotify extends Process $path = rtrim($path, '/'); foreach (glob($path . '/*') as $value) { if (is_dir($value)) { - $this->loadByDir($value); + $this->loadByDir($value, $isReload); continue; } $md5 = md5($value);