Skip to content
Snippets Groups Projects

Skip if $this->active is empty.

Closed Xiaojun Deng requested to merge issue/config_split_ignore-3421708:8.x-1.x into 8.x-1.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -189,7 +189,7 @@ class ConfigSplitIgnoreFilter extends IgnoreFilter {
}
}
if (!empty($this->getFilteredStorage()->getCollectionName())) {
if (!empty($this->getFilteredStorage()->getCollectionName()) && !empty($this->active)) {
// In collections, treat config as existing
// if it is ignored and exists in the active storage.
$active_names = $this->active->listAll($prefix);
Loading