config: views cope with theme fallback now

This commit is contained in:
Franco Fichtner 2015-09-14 19:46:53 +02:00
parent f84dfed452
commit 8a412b82d0

View File

@ -3419,8 +3419,6 @@ function upgrade_111_to_112()
{
global $config;
$config['theme'] = 'opnsense';
if (isset($config['system']['ssh']['sshdkeyonly'])) {
unset($config['system']['ssh']['sshdkeyonly']);
} else {