Skip to content

Commit

Permalink
Eliminate outdated helper name.
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Jun 7, 2024
1 parent b3ad1e5 commit 4559955
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/Controller/CombinedController.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ public function resultAction()
'domId' => 'combined_' . str_replace(':', '____', $sectionId),
];
// Initialize theme resources:
($this->getViewRenderer()->plugin('headThemeResources'))(true);
($this->getViewRenderer()->plugin('setupThemeResources'))(true);
// Render content:
$html = $this->getViewRenderer()->render(
'combined/results-list.phtml',
Expand Down

0 comments on commit 4559955

Please sign in to comment.