]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Nodeinfo.php
Editing of media descriptions is now possible as well
[friendica.git] / src / Model / Nodeinfo.php
index 07f56dd7bb83970464a0f9f738f242e57722cd1a..51692f01635c3b2dd45e6092b166fc456d91bfe3 100644 (file)
@@ -171,7 +171,7 @@ class Nodeinfo
                return [
                        'name'    => $administrator['username'] ?? null,
                        'contact' => $administrator['email']    ?? null,
-                       'account' => $administrator['nickname'] ?? '' ? DI::baseUrl()->get() . '/profile/' . $administrator['nickname'] : null,
+                       'account' => $administrator['nickname'] ?? '' ? DI::baseUrl() . '/profile/' . $administrator['nickname'] : null,
                ];
        }
 }