]> git.mxchange.org Git - friendica.git/commitdiff
String is no integer
authorMichael <heluecht@pirati.ca>
Sun, 11 Dec 2016 17:37:12 +0000 (17:37 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 11 Dec 2016 17:37:12 +0000 (17:37 +0000)
include/Contact.php

index 6b969de1fe3a1fb0d2fc6e8e3b80d5048f0e04eb..8a33e3fe9161e865c6b1e2fa507ea4de7ad29d0c 100644 (file)
@@ -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
  */