@@ -174,7 +174,7 @@ |
||
174 | 174 | $data = $filter->filterListAll($prefix, $data); |
175 | 175 | } |
176 | 176 | // Make sure that listAll does not return config names that don't exist. |
177 | - $data = array_filter($data, function ($name) { |
|
177 | + $data = array_filter($data, function($name) { |
|
178 | 178 | return $this->exists($name) && $this->read($name) !== FALSE; |
179 | 179 | }); |
180 | 180 | sort($data); |