Avoid some PHP warnings, no functional changes

This commit is contained in:
Michael 2017-08-03 05:50:44 +00:00
parent 8a93725d77
commit 1bd85971a4
5 changed files with 14 additions and 10 deletions

View file

@ -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 {