Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz authored Dec 15, 2023
1 parent 5150155 commit 6a4192f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/Search/Solr/Params.php
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ public function initHomePageFacets()
*/
public function initNewItemsFacets()
{
// Load Advanced settings if HomePage settings are missing (fallback to defaults):
// Load Advanced settings if NewItems settings are missing (fallback to defaults):
if (!$this->initFacetList('NewItems', 'NewItems_Settings')) {
$this->initAdvancedFacets();
}
Expand Down

0 comments on commit 6a4192f

Please sign in to comment.