diff options
author | zottel <github@zottel.net> | 2012-05-15 08:45:19 +0200 |
---|---|---|
committer | zottel <github@zottel.net> | 2012-05-15 08:45:19 +0200 |
commit | e9aeafbe13fc8b6371914ecbff67a19769b84bb5 (patch) | |
tree | 76fd29eee316460476479ce84c5b36c4b070750f /include | |
parent | 584b15aaecbf6f58cda2031908f0319c6dfc0700 (diff) | |
parent | 0faa0c2ab189d4a3fd15e843077c2715335eebde (diff) | |
download | volse-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.php | 2 |
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); |