Commit 72223b2d authored by Franco Fichtner's avatar Franco Fichtner

system: theme is not stored under system

parent 41aef105
...@@ -67,8 +67,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') { ...@@ -67,8 +67,8 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
$pconfig['dnsallowoverride'] = isset($config['system']['dnsallowoverride']); $pconfig['dnsallowoverride'] = isset($config['system']['dnsallowoverride']);
$pconfig['timezone'] = $config['system']['timezone']; $pconfig['timezone'] = $config['system']['timezone'];
if (isset($config['system']['theme'])) { if (isset($config['theme'])) {
$pconfig['theme'] = $config['system']['theme']; $pconfig['theme'] = $config['theme'];
} }
if (isset($config['system']['language'])) { if (isset($config['system']['language'])) {
$pconfig['language'] = $config['system']['language']; $pconfig['language'] = $config['system']['language'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment