From: Michael Date: Sun, 11 Dec 2016 17:37:12 +0000 (+0000) Subject: String is no integer X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5c0440244898ff38155bea4b6f2ea68cad3f8173;p=friendica.git String is no integer --- 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 */