mirror of
https://github.com/friendica/friendica
synced 2024-11-10 07:02:54 +00:00
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();
|
$theme = \get_app()->getCurrentTheme();
|
||||||
$themepath = 'view/theme/' . $theme . '/';
|
$themepath = 'view/theme/' . $theme . '/';
|
||||||
if (empty($scheme)) {
|
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 = [
|
$info = [
|
||||||
|
|
Loading…
Reference in a new issue