From 132cdbad1578eb7ad086ceae8d548fd6e7a11efe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Thu, 3 Sep 2020 01:35:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- system/Process/ServerInotify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);