forked from friendica/friendica-addons
fix contact photo menu callback
This commit is contained in:
parent
c6bdf2c0fb
commit
41963cdbd9
|
@ -975,7 +975,7 @@ function retriever_content(App $a) {
|
|||
* @param App $a The App object
|
||||
* @param array $args Contact menu details to be filled in (by ref)
|
||||
*/
|
||||
function retriever_contact_photo_menu(App $a, array &$args) {
|
||||
function retriever_contact_photo_menu(array &$args) {
|
||||
if (!$args) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue