1
1
Fork 0

Merge branch 'pull'

This commit is contained in:
Friendika 2011-06-30 15:33:01 -07:00
commit b03df35b02
14 changed files with 360 additions and 275 deletions

View file

@ -2430,7 +2430,7 @@ function profile_sidebar($profile) {
));
$arr = array('profile' => $profile, 'entry' => $o);
$arr = array('profile' => &$profile, 'entry' => &$o);
call_hooks('profile_sidebar', $arr);