diff --git a/view/theme/frio/php/scheme.php b/view/theme/frio/php/scheme.php index fa7d4a3fe5..9e3f610cd5 100644 --- a/view/theme/frio/php/scheme.php +++ b/view/theme/frio/php/scheme.php @@ -24,7 +24,7 @@ function get_scheme_info($scheme) { $theme = \get_app()->getCurrentTheme(); $themepath = 'view/theme/' . $theme . '/'; - if (!isset($scheme)) { + if (empty($scheme)) { $scheme = PConfig::get(local_user(), 'frio', 'scheme', PConfig::get(local_user(), 'frio', 'scheme')); }