String is no integer

This commit is contained in:
Michael 2016-12-11 17:37:12 +00:00
parent 23a97465e5
commit 5c04402448

View file

@ -670,7 +670,7 @@ function posts_from_gcontact($a, $gcontact_id) {
* @brief Returns posts from a given contact url * @brief Returns posts from a given contact url
* *
* @param App $a argv application class * @param App $a argv application class
* @param int $contact_url Contact URL * @param string $contact_url Contact URL
* *
* @return string posts in HTML * @return string posts in HTML
*/ */