From 5c0440244898ff38155bea4b6f2ea68cad3f8173 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 11 Dec 2016 17:37:12 +0000 Subject: [PATCH] String is no integer --- include/Contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/Contact.php b/include/Contact.php index 6b969de1fe..8a33e3fe91 100644 --- a/include/Contact.php +++ b/include/Contact.php @@ -670,7 +670,7 @@ function posts_from_gcontact($a, $gcontact_id) { * @brief Returns posts from a given contact url * * @param App $a argv application class - * @param int $contact_url Contact URL + * @param string $contact_url Contact URL * * @return string posts in HTML */