modify plugin name
This commit is contained in:
@@ -68,6 +68,9 @@ class Scaner
|
|||||||
}
|
}
|
||||||
if (is_file($value)) {
|
if (is_file($value)) {
|
||||||
if ($this->checkFile($value, $isReload)) {
|
if ($this->checkFile($value, $isReload)) {
|
||||||
|
if ($this->isReloading) {
|
||||||
|
break;
|
||||||
|
}
|
||||||
$this->isReloading = TRUE;
|
$this->isReloading = TRUE;
|
||||||
|
|
||||||
sleep(2);
|
sleep(2);
|
||||||
|
|||||||
Reference in New Issue
Block a user