use correct (new) class to call getThemes()
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -47,7 +47,7 @@ return array(
|
|||||||
'type' => 'select',
|
'type' => 'select',
|
||||||
'default' => 'Froxlor',
|
'default' => 'Froxlor',
|
||||||
'option_options_method' => array(
|
'option_options_method' => array(
|
||||||
'\\Froxlor\\UI\\Template',
|
'\\Froxlor\\UI\\Panel\\UI',
|
||||||
'getThemes'
|
'getThemes'
|
||||||
),
|
),
|
||||||
'save_method' => 'storeSettingDefaultTheme'
|
'save_method' => 'storeSettingDefaultTheme'
|
||||||
|
|||||||
Reference in New Issue
Block a user