Nodeinfo::getOrganization() doesn't need configuration object being inserted
when you have DI::config() around.
This commit is contained in:
@@ -57,7 +57,7 @@ class NodeInfo210 extends BaseModule
|
||||
'software' => 'friendica',
|
||||
'version' => FRIENDICA_VERSION . '-' . DB_UPDATE_VERSION,
|
||||
],
|
||||
'organization' => Nodeinfo::getOrganization($this->config),
|
||||
'organization' => Nodeinfo::getOrganization(),
|
||||
'protocols' => ['dfrn', 'activitypub'],
|
||||
'services' => [],
|
||||
'openRegistrations' => intval($this->config->get('config', 'register_policy')) !== Register::CLOSED,
|
||||
|
||||
Reference in New Issue
Block a user