aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2020-11-12 09:00:56 +0000
committerMario <mario@mariovavti.com>2020-11-12 09:00:56 +0000
commit06273e980e7aa978d0145f1e5ecd92cbc2aef66e (patch)
treea03f9f11785b6baf6af7a2cccb8b1acc6613abef /Zotlabs/Lib/Activity.php
parentbafbf0416462c6f18c3fb6c8c06a063c8d6fdae6 (diff)
parentc879e5de44d8a29fb3d3aa0902f44a85add8ef99 (diff)
downloadvolse-hubzilla-06273e980e7aa978d0145f1e5ecd92cbc2aef66e.tar.gz
volse-hubzilla-06273e980e7aa978d0145f1e5ecd92cbc2aef66e.tar.bz2
volse-hubzilla-06273e980e7aa978d0145f1e5ecd92cbc2aef66e.zip
Merge branch 'dev'5.0.1
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r--Zotlabs/Lib/Activity.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index e7fa6352a..48714a48d 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -104,6 +104,7 @@ class Activity {
}
else {
logger('fetch failed: ' . $url);
+ logger($x['body']);
}
return null;
}