Skip to content

Commit 203847f

Browse files
ThoWagendemiankatz
andauthored
Update module/VuFind/src/VuFind/Config/YamlReader.php
Co-authored-by: Demian Katz <demian.katz@villanova.edu>
1 parent 7989c62 commit 203847f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/VuFind/src/VuFind/Config/YamlReader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ protected function parseYaml($file, $defaultParent = null, $useLocalConfig = tru
182182
// Swallow the directive after processing it:
183183
unset($results['@parent_yaml']);
184184
}
185-
// Override default parent with explicitly-defined parent, if present:
185+
// Override default parent with a named configuration, if present:
186186
if (isset($results['@parent_config_name'])) {
187187
$parentConfigName = $results['@parent_config_name'] . '.yaml';
188188
$defaultParent = $useLocalConfig

0 commit comments

Comments
 (0)