]> git.mxchange.org Git - friendica.git/commitdiff
Update src/Model/GServer.php
authorArtur Weigandt <Art4@users.noreply.github.com>
Tue, 19 Nov 2024 07:14:00 +0000 (08:14 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2024 07:14:00 +0000 (08:14 +0100)
src/Model/GServer.php

index 7b0d5f81bf2541ee7399d7f6c79f15dcc4ff6eaf..5e8cd333108255b188b87f974b1dc0e2e599eaff 100644 (file)
@@ -2419,7 +2419,7 @@ class GServer
 
                                if (in_array($attr['content'], array_keys($grouped_platforms['ap_platforms']))) {
                                        $serverdata['network'] = Protocol::ACTIVITYPUB;
-                               } elseif (in_array($attr['content'], array_values($platforms['zap_platforms']))) {
+                               } elseif (in_array($attr['content'], array_values($grouped_platforms['zap_platforms']))) {
                                        $serverdata['network'] = Protocol::ZOT;
                                }
                        }