From 195a3a682707aa209939178017c71b55672563e4 Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 27 Jan 2022 20:28:34 +0000 Subject: whitespace --- Zotlabs/Lib/ActivityStreams.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3