mirror of
https://github.com/friendica/friendica
synced 2024-11-10 06:22:53 +00:00
Merge pull request #6883 from annando/uri-not-url
Fix notice - it's "uri" not "url"
This commit is contained in:
commit
96ffb213d3
1 changed files with 1 additions and 1 deletions
|
@ -353,7 +353,7 @@ class Probe
|
|||
$data = $ap_profile;
|
||||
}
|
||||
} else {
|
||||
Logger::notice('Time out detected. AP will not be probed.', ['url' => $url]);
|
||||
Logger::notice('Time out detected. AP will not be probed.', ['uri' => $uri]);
|
||||
}
|
||||
|
||||
if (!isset($data['url'])) {
|
||||
|
|
Loading…
Reference in a new issue