From: Michael Date: Sat, 21 Sep 2019 13:19:00 +0000 (+0000) Subject: Changed documentation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a2105c5dfec5cbc08a2cd76b122b57f5202059c1;p=friendica.git Changed documentation --- diff --git a/src/Model/Contact.php b/src/Model/Contact.php index 2e8cb3d57b..798c9cd209 100644 --- a/src/Model/Contact.php +++ b/src/Model/Contact.php @@ -294,11 +294,11 @@ class Contact extends BaseObject } /** - * Check if the given contact url is on the same machine + * Check if the given contact url is on the same server * * @param string $url The contact link * - * @return boolean Is it the same machine? + * @return boolean Is it the same server? */ public static function isLocal($url) {