]> git.mxchange.org Git - friendica.git/blobdiff - src/Protocol/ActivityPub/Transmitter.php
Merge pull request #13580 from annando/fetch-async
[friendica.git] / src / Protocol / ActivityPub / Transmitter.php
index 72a9c929fab53493d1e91adf97703ca3ea099e12..9e19724fa61b9512c1167f035374ec29e804a794 100644 (file)
@@ -347,7 +347,7 @@ class Transmitter
        {
                $owner = User::getOwnerDataById($uid);
                if (!isset($owner['id'])) {
-                       DI::logger()->error('Unable to find owner data for uid', ['uid' => $uid, 'callstack' => System::callstack(20)]);
+                       DI::logger()->error('Unable to find owner data for uid', ['uid' => $uid]);
                        throw new HTTPException\NotFoundException('User not found.');
                }