kopia lustrzana https://github.com/friendica/friendica
Update src/Network/Probe.php
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>pull/14559/head
rodzic
4faad61a7c
commit
5ab976dd51
|
@ -565,7 +565,7 @@ class Probe
|
|||
$nick = '';
|
||||
$addr = '';
|
||||
|
||||
if (array_key_exists('path', $parts) && strval($parts['path']) !== '') {
|
||||
if (array_key_exists('path', $parts) && trim(strval($parts['path']), '/') !== '') {
|
||||
$path_parts = explode('/', trim($parts['path'], '/'));
|
||||
|
||||
$nick = ltrim(end($path_parts), '@');
|
||||
|
|
Ładowanie…
Reference in New Issue