aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-06-30 15:31:25 -0700
committerFriendika <info@friendika.com>2011-06-30 15:31:25 -0700
commit4f1213b69f12e6df2350cd21c6de06128a03411d (patch)
treecb68ecdcadb886e15cc502b633ca71b874740e55 /boot.php
parent8819c73ba1ae1cbf19d2c517a87d30104d1a5da1 (diff)
parent7778dbb67b2c033473b0da9b34df01d28162b5ee (diff)
downloadvolse-hubzilla-4f1213b69f12e6df2350cd21c6de06128a03411d.tar.gz
volse-hubzilla-4f1213b69f12e6df2350cd21c6de06128a03411d.tar.bz2
volse-hubzilla-4f1213b69f12e6df2350cd21c6de06128a03411d.zip
Merge pull request #132 from fabrixxm/master
Some works on addons and other
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 ff036c3df..768493e44 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);