"localProbe" is used only locally
This commit is contained in:
@@ -2170,7 +2170,7 @@ class Probe
|
|||||||
* @param string $url
|
* @param string $url
|
||||||
* @return array probed data
|
* @return array probed data
|
||||||
*/
|
*/
|
||||||
public static function localProbe(string $url)
|
private static function localProbe(string $url)
|
||||||
{
|
{
|
||||||
$uid = User::getIdForURL($url);
|
$uid = User::getIdForURL($url);
|
||||||
if (empty($uid)) {
|
if (empty($uid)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user