Merge branch 'pull'
This commit is contained in:
commit
b03df35b02
14 changed files with 360 additions and 275 deletions
2
boot.php
2
boot.php
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue