diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-05-15 23:40:35 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-05-15 23:40:35 -0400 |
commit | a3137eec11ddd4c5d3e2b4f2c45fcfb356d2c2b0 (patch) | |
tree | 418391375830247eac3da1eadb5a6993a76b7977 /include/Contact.php | |
parent | 2687f4377c301205afbbcf2034cbb1b9556e08e7 (diff) | |
parent | e39014a3a765f7afb189be5409b60a771f5c46da (diff) | |
download | volse-hubzilla-a3137eec11ddd4c5d3e2b4f2c45fcfb356d2c2b0.tar.gz volse-hubzilla-a3137eec11ddd4c5d3e2b4f2c45fcfb356d2c2b0.tar.bz2 volse-hubzilla-a3137eec11ddd4c5d3e2b4f2c45fcfb356d2c2b0.zip |
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master:
update tinymce to 3.5.0.1
rev update
DE strings
slackr drop shadows extended
Allow plugins to modify the contact photo menu
rev update
* master:
Diffstat (limited to 'include/Contact.php')
-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); |