Fix typo to ensure config backward compatibility in frio/php/scheme.php

This commit is contained in:
Hypolite Petovan 2019-03-08 22:04:38 -05:00
parent 6f07bfb772
commit a1f7c1215d
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ function get_scheme_info($scheme)
$theme = \get_app()->getCurrentTheme();
$themepath = 'view/theme/' . $theme . '/';
if (empty($scheme)) {
$scheme = PConfig::get(local_user(), 'frio', 'scheme', PConfig::get(local_user(), 'frio', 'scheme'));
$scheme = PConfig::get(local_user(), 'frio', 'scheme', PConfig::get(local_user(), 'frio', 'schema'));
}
$info = [