mirror of
https://github.com/friendica/friendica
synced 2024-11-13 04:22:54 +00:00
Merge pull request #297 from mexon/upstream
Allow plugins to modify the contact photo menu
This commit is contained in:
commit
bd32693a90
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
call_hooks('contact_photo_menu', $args);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue