Changed documentation
This commit is contained in:
parent
b24ef7247d
commit
a2105c5dfe
|
@ -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
|
* @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)
|
public static function isLocal($url)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue