Ops, also this!

This commit is contained in:
Roland Häder 2022-06-18 23:31:44 +02:00
parent 39f2d197ea
commit d7d2ad77ff
Signed by: roland
GPG Key ID: C82EDE5DDFA0BA77
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class NodeInfo210 extends BaseModule
'software' => 'friendica',
'version' => FRIENDICA_VERSION . '-' . DB_UPDATE_VERSION,
],
'organization' => Nodeinfo::getOrganization(),
'organization' => Nodeinfo::getOrganization($this->config),
'protocols' => ['dfrn', 'activitypub'],
'services' => [],
'openRegistrations' => intval($this->config->get('config', 'register_policy')) !== Register::CLOSED,