make changing default theme in settings recurse through customers and admins if changing themes for them is disallowed, fixes #1233

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-10-01 10:07:36 +02:00
parent c109f9098c
commit 09b408c375
2 changed files with 57 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ return array(
'default' => 'Froxlor',
'option_mode' => 'one',
'option_options_method' => 'getThemes',
'save_method' => 'storeSettingField',
'save_method' => 'storeSettingDefaultTheme',
),
'panel_allow_theme_change_customer' => array(
'label' => $lng['serversettings']['panel_allow_theme_change_customer'],