Add backward-compatibility for config variables after schema rename
This commit is contained in:
parent
86e4690b5f
commit
7feeb0af78
4 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ function get_scheme_info($scheme)
|
|||
{
|
||||
$theme = current_theme();
|
||||
$themepath = 'view/theme/' . $theme . '/';
|
||||
$scheme = PConfig::get(local_user(), 'frio', 'scheme');
|
||||
$scheme = PConfig::get(local_user(), 'frio', 'scheme', PConfig::get(local_user(), 'frio', 'scheme'));
|
||||
|
||||
$info = [
|
||||
'name' => $scheme,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue