From 01c6096998564cae2609a0074145771e9bfd9104 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Sun, 3 Apr 2022 23:00:14 +0200 Subject: [PATCH] use correct (new) class to call getThemes() Signed-off-by: Michael Kaufmann --- actions/admin/settings/100.panel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/admin/settings/100.panel.php b/actions/admin/settings/100.panel.php index 1b580046..338e620a 100644 --- a/actions/admin/settings/100.panel.php +++ b/actions/admin/settings/100.panel.php @@ -47,7 +47,7 @@ return array( 'type' => 'select', 'default' => 'Froxlor', 'option_options_method' => array( - '\\Froxlor\\UI\\Template', + '\\Froxlor\\UI\\Panel\\UI', 'getThemes' ), 'save_method' => 'storeSettingDefaultTheme'