From: Roland Häder Date: Sat, 18 Jun 2022 21:31:44 +0000 (+0200) Subject: Ops, also this! X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d7d2ad77ff1762740cd5698606d9652a9b29f1a7;p=friendica.git Ops, also this! --- diff --git a/src/Module/NodeInfo210.php b/src/Module/NodeInfo210.php index 99b2fd05a8..7e9291b492 100644 --- a/src/Module/NodeInfo210.php +++ b/src/Module/NodeInfo210.php @@ -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,