aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorzottel <github@zottel.net>2012-05-15 08:45:19 +0200
committerzottel <github@zottel.net>2012-05-15 08:45:19 +0200
commite9aeafbe13fc8b6371914ecbff67a19769b84bb5 (patch)
tree76fd29eee316460476479ce84c5b36c4b070750f /include
parent584b15aaecbf6f58cda2031908f0319c6dfc0700 (diff)
parent0faa0c2ab189d4a3fd15e843077c2715335eebde (diff)
downloadvolse-hubzilla-e9aeafbe13fc8b6371914ecbff67a19769b84bb5.tar.gz
volse-hubzilla-e9aeafbe13fc8b6371914ecbff67a19769b84bb5.tar.bz2
volse-hubzilla-e9aeafbe13fc8b6371914ecbff67a19769b84bb5.zip
Merge remote branch 'upstream/master'
Diffstat (limited to 'include')
-rw-r--r--include/Contact.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/Contact.php b/include/Contact.php
index 2523fc023..675d1c81e 100644
--- a/include/Contact.php
+++ b/include/Contact.php
@@ -209,7 +209,7 @@ function contact_photo_menu($contact) {
);
- $args = array('contact' => $contact, 'menu' => $menu);
+ $args = array('contact' => $contact, 'menu' => &$menu);
call_hooks('contact_photo_menu', $args);