]> git.mxchange.org Git - friendica.git/commitdiff
Ops, also this!
authorRoland Häder <roland@mxchange.org>
Sat, 18 Jun 2022 21:31:44 +0000 (23:31 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 18 Jun 2022 21:31:52 +0000 (23:31 +0200)
src/Module/NodeInfo210.php

index 99b2fd05a857ed61174941ee5d329e2ff03e333a..7e9291b4928947c077e4b6f64d6a01f2d04b23c8 100644 (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,