Skip to content

Commit

Permalink
Merge branch 'fix-cli-theme-bug' into console_menu
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Dec 19, 2024
2 parents 5704a06 + 2a00aec commit 71a4d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VuFindTheme/src/VuFindTheme/Initializer.php
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ protected function getSelectedUI(array $themes, ?Request $request): string

// Load standard configuration options:
if (PHP_SAPI == 'cli') {
return $themes['standard'];
return 'standard';
}

// Find out if the user has a saved preference in the POST, URL or cookies:
Expand Down

0 comments on commit 71a4d98

Please sign in to comment.