mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-07 15:54:26 +02:00
Issue 10392: Avoid "Friendica can't display this page at the moment"
This commit is contained in:
parent
9039d812f1
commit
ae5f57233e
3 changed files with 3 additions and 3 deletions
|
@ -232,7 +232,7 @@ class BaseURL
|
|||
{
|
||||
$parsed = @parse_url($url);
|
||||
|
||||
if (empty($parsed)) {
|
||||
if (empty($parsed) || empty($parsed['host'])) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue