Removed notices in the frio theme (#5610)

* Removed notices in the frio theme

* And fixed notices in the notifications

* And some more in frio

* Null is the default value

* And some small notice in the probing removed

* Added note

* Clarified note

* And a removed notice in OStatus
This commit is contained in:
Michael Vogel 2018-08-14 21:37:44 +02:00 committed by Hypolite Petovan
parent 576aea124c
commit 1283b99c6f
6 changed files with 32 additions and 23 deletions

View file

@ -232,7 +232,7 @@ class Probe
if (!$lrdd) {
$parts = @parse_url($uri);
if (!$parts) {
if (!$parts || empty($parts["host"]) || empty($parts["path"])) {
return [];
}