diff options
-rw-r--r-- | Zotlabs/Lib/Activity.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index baa27a051..416aaa0d8 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -431,10 +431,6 @@ class Activity { } if (isset($i['obj']) && $i['obj']) { - $ret = Activity::encode_object($i['obj']); - } - - if (isset($i['obj']) && $i['obj']) { if (is_array($i['obj'])) { $ret = $i['obj']; } |