profile_sidebar hook ignored the updated html content

This commit is contained in:
zotlabs
2017-05-02 18:24:18 -07:00
parent 80ec92ce8d
commit 7acb068590
2 changed files with 2 additions and 70 deletions

View File

@@ -1196,7 +1196,8 @@ function profile_sidebar($profile, $block = 0, $show_connect = true, $zcard = fa
call_hooks('profile_sidebar', $arr);
return $o;
return $arr['entry'];
}