]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Transmitter.php
Logging for an exception when processing activities
[friendica.git] / src / Protocol / ActivityPub / Transmitter.php
index c24c29feec6aa9cae5d4949371144cb0854977d2..3d945180a5bf6b9e0cb58053e7b88eedc0dfbeec 100644 (file)
@@ -330,7 +330,7 @@ class Transmitter
                return [
                        'type' => 'Service',
                        'name' =>  App::PLATFORM . " '" . App::CODENAME . "' " . App::VERSION . '-' . DB_UPDATE_VERSION,
-                       'url' => DI::baseUrl()
+                       'url' => (string)DI::baseUrl()
                ];
        }