aboutsummaryrefslogtreecommitdiffstats
path: root/include/Contact.php
diff options
context:
space:
mode:
authorMatthew Exon <github.mexon@spamgourmet.com>2012-05-13 10:15:54 +0200
committerMatthew Exon <git.mexon@spamgourmet.com>2012-05-15 08:59:45 +0800
commite574514e2177798e9c0c530737864e971a8275ab (patch)
tree0178c8bf4b1b6ee516fd5ff9532b5558d0b2ac1a /include/Contact.php
parent303856ce01983feec95539892a908b5d5a88f866 (diff)
downloadvolse-hubzilla-e574514e2177798e9c0c530737864e971a8275ab.tar.gz
volse-hubzilla-e574514e2177798e9c0c530737864e971a8275ab.tar.bz2
volse-hubzilla-e574514e2177798e9c0c530737864e971a8275ab.zip
Allow plugins to modify the contact photo menu
Diffstat (limited to 'include/Contact.php')
-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);