Changed documentation

2022.09-rc
Michael 2019-09-21 13:19:00 +00:00
rodzic b24ef7247d
commit a2105c5dfe
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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)
{