mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-12 01:54:26 +02:00
Avoid some PHP warnings, no functional changes
This commit is contained in:
parent
8a93725d77
commit
1bd85971a4
5 changed files with 14 additions and 10 deletions
|
@ -562,7 +562,7 @@ function theme_include($file, $root = '') {
|
|||
if ($root !== '' && $root[strlen($root)-1] !== '/') {
|
||||
$root = $root . '/';
|
||||
}
|
||||
$theme_info = $a->theme_info;
|
||||
$theme_info = get_app()->theme_info;
|
||||
if (is_array($theme_info) && array_key_exists('extends',$theme_info)) {
|
||||
$parent = $theme_info['extends'];
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue