diff options
author | Matthew Exon <github.mexon@spamgourmet.com> | 2012-05-13 10:15:54 +0200 |
---|---|---|
committer | Matthew Exon <git.mexon@spamgourmet.com> | 2012-05-15 08:59:45 +0800 |
commit | e574514e2177798e9c0c530737864e971a8275ab (patch) | |
tree | 0178c8bf4b1b6ee516fd5ff9532b5558d0b2ac1a | |
parent | 303856ce01983feec95539892a908b5d5a88f866 (diff) | |
download | volse-hubzilla-e574514e2177798e9c0c530737864e971a8275ab.tar.gz volse-hubzilla-e574514e2177798e9c0c530737864e971a8275ab.tar.bz2 volse-hubzilla-e574514e2177798e9c0c530737864e971a8275ab.zip |
Allow plugins to modify the contact photo menu
-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); |