missed one other place where we called comanche outside the page build
This commit is contained in:
parent
7101bbedcb
commit
5882714e23
@ -1070,8 +1070,8 @@ function profile_sidebar($profile, $block = 0, $show_connect = true, $zcard = fa
|
|||||||
}
|
}
|
||||||
$menublock = get_pconfig($profile['uid'],'system','channel_menublock');
|
$menublock = get_pconfig($profile['uid'],'system','channel_menublock');
|
||||||
if ($menublock && (! $block)) {
|
if ($menublock && (! $block)) {
|
||||||
require_once('include/comanche.php');
|
$comanche = new Zotlabs\Render\Comanche();
|
||||||
$channel_menu .= comanche_block($menublock);
|
$channel_menu .= $comanche->block($menublock);
|
||||||
}
|
}
|
||||||
|
|
||||||
if($zcard)
|
if($zcard)
|
||||||
|
3224
util/hmessages.po
3224
util/hmessages.po
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user