]> git.mxchange.org Git - friendica.git/commitdiff
Changed documentation
authorMichael <heluecht@pirati.ca>
Sat, 21 Sep 2019 13:19:00 +0000 (13:19 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 21 Sep 2019 13:19:00 +0000 (13:19 +0000)
src/Model/Contact.php

index 2e8cb3d57b29c66fbc9eccd4547f854cca495406..798c9cd20929d9bc996045c90d3ff30ac9a10961 100644 (file)
@@ -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)
        {