aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-30 15:33:01 -0700
committerFriendika <info@friendika.com>2011-06-30 15:33:01 -0700
commitb03df35b02907a78a5787654a57e73810e707f6a (patch)
tree6b5fa7024683b26ae0bf8c63a9177cd7ef20fe00 /boot.php
parent42a6bc81e9f6ddea5ac61e4b79a75515028dcfae (diff)
parent4f1213b69f12e6df2350cd21c6de06128a03411d (diff)
downloadvolse-hubzilla-b03df35b02907a78a5787654a57e73810e707f6a.tar.gz
volse-hubzilla-b03df35b02907a78a5787654a57e73810e707f6a.tar.bz2
volse-hubzilla-b03df35b02907a78a5787654a57e73810e707f6a.zip
Merge branch 'pull'
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index e303f5fc0..1ab00f84b 100644
--- a/boot.php
+++ b/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);