aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/ActivityStreams.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-01-27 20:28:34 +0000
committerMario <mario@mariovavti.com>2022-01-27 20:28:34 +0000
commit195a3a682707aa209939178017c71b55672563e4 (patch)
treea9edb6e7e0c6ce563fbaa6ad108159a583ae385d /Zotlabs/Lib/ActivityStreams.php
parent38ecff1220a6b11261ba9f11edbefb5e5bfaa53b (diff)
downloadvolse-hubzilla-195a3a682707aa209939178017c71b55672563e4.tar.gz
volse-hubzilla-195a3a682707aa209939178017c71b55672563e4.tar.bz2
volse-hubzilla-195a3a682707aa209939178017c71b55672563e4.zip
whitespace
Diffstat (limited to 'Zotlabs/Lib/ActivityStreams.php')
-rw-r--r--Zotlabs/Lib/ActivityStreams.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Lib/ActivityStreams.php b/Zotlabs/Lib/ActivityStreams.php
index fe2e7610b..323b0e273 100644
--- a/Zotlabs/Lib/ActivityStreams.php
+++ b/Zotlabs/Lib/ActivityStreams.php
@@ -40,7 +40,7 @@ class ActivityStreams {
if (is_array($string)) {
$this->data = $string;
- $this->raw = json_encode($string, JSON_UNESCAPED_SLASHES);
+ $this->raw = json_encode($string, JSON_UNESCAPED_SLASHES);
}
else {
$this->data = json_decode($string, true);