]> git.mxchange.org Git - friendica.git/blobdiff - include/Contact.php
Update install wizard
[friendica.git] / include / Contact.php
index 2523fc0231a594189b057738873140a3e331b748..675d1c81e130ed211dd5a73fc2ce574211788153 100644 (file)
@@ -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);