Fix typo to ensure config backward compatibility in frio/php/scheme.php
This commit is contained in:
parent
6f07bfb772
commit
a1f7c1215d
1 changed files with 1 additions and 1 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue