fix contact photo menu callback

This commit is contained in:
Matthew Exon 2022-12-29 19:57:03 +01:00
parent 4c2be37f20
commit d4d34b1156

View file

@ -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;
}