mirror of
https://github.com/friendica/friendica
synced 2024-11-18 15:03:41 +00:00
"localProbe" is used only locally
This commit is contained in:
parent
5aba1df497
commit
76bcf27130
1 changed files with 1 additions and 1 deletions
|
@ -2170,7 +2170,7 @@ class Probe
|
|||
* @param string $url
|
||||
* @return array probed data
|
||||
*/
|
||||
public static function localProbe(string $url)
|
||||
private static function localProbe(string $url)
|
||||
{
|
||||
$uid = User::getIdForURL($url);
|
||||
if (empty($uid)) {
|
||||
|
|
Loading…
Reference in a new issue