And more notices ...
This commit is contained in:
parent
8b96a53fba
commit
f566db52d3
1 changed files with 3 additions and 3 deletions
|
@ -1157,9 +1157,9 @@ class PortableContact
|
||||||
|
|
||||||
if (isset($data['version'])) {
|
if (isset($data['version'])) {
|
||||||
$platform = "Mastodon";
|
$platform = "Mastodon";
|
||||||
$version = $data['version'];
|
$version = defaults($data, 'version', '');
|
||||||
$site_name = $data['title'];
|
$site_name = defaults($data, 'title', '');
|
||||||
$info = $data['description'];
|
$info = defaults($data, 'description', '');
|
||||||
$network = Protocol::OSTATUS;
|
$network = Protocol::OSTATUS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue