Skip to content

Commit

Permalink
fix: add missing defines for the disable refresh setting
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang <[email protected]>
  • Loading branch information
wofferl committed Nov 2, 2024
1 parent b544025 commit 53771ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/Controller/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,16 @@ public function settings(): array
* @param bool $preventReadOnScroll
* @param bool $oldestFirst
* @param bool $compactExpand
* @param bool $disableRefresh
*/
#[NoAdminRequired]
public function updateSettings(
bool $showAll,
bool $compact,
bool $preventReadOnScroll,
bool $oldestFirst,
bool $compactExpand
bool $compactExpand,
bool $disableRefresh
): void {
$settings = [
'showAll' => $showAll,
Expand Down

0 comments on commit 53771ca

Please sign in to comment.