diff --git a/src/www/system_general.php b/src/www/system_general.php index 96ee7b9e9..7428d0067 100644 --- a/src/www/system_general.php +++ b/src/www/system_general.php @@ -74,7 +74,7 @@ $pconfig['timeupdateinterval'] = $config['system']['time-update-interval']; $pconfig['timeservers'] = $config['system']['timeservers']; $pconfig['theme'] = $config['system']['theme']; $pconfig['language'] = $config['system']['language']; -if ($isset($config['system']['firmware']['flavour'])) { +if (isset($config['system']['firmware']['flavour'])) { $pconfig['firmware_flavour'] = $config['system']['firmware']['flavour']; }