diff --git a/config.inc.php b/config.inc.php index 5f6086b..a155045 100644 --- a/config.inc.php +++ b/config.inc.php @@ -134,7 +134,7 @@ class ConfigUpdateResult { return ($this->request->mode == ConfigUpdateMode::Selected || $this->request->mode === ConfigUpdateMode::DetectChanged) && - count(array_filter($this->added_files, fn($f) => config_is_file($f))) == 0 && + //TODO: support removed files as well? count(array_filter($this->removed_files, fn($f) => config_is_file($f))) == 0; } }