mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-07 00:48:55 +00:00
Removing of PHP warnings
This commit is contained in:
parent
b89140952b
commit
520c2514f2
2 changed files with 4 additions and 2 deletions
|
@ -34,7 +34,8 @@ function convpath_page_header(&$a, &$o){
|
|||
|
||||
function convpath_page_end(&$a, &$o){
|
||||
$o = convpath_convert($o);
|
||||
$a->page['aside'] = convpath_convert($a->page['aside']);
|
||||
if (isset($a->page['aside']))
|
||||
$a->page['aside'] = convpath_convert($a->page['aside']);
|
||||
}
|
||||
|
||||
function convpath_prepare_body_hook(&$a, &$o) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue