diff --git a/framework/core/src/Core/Models/ActivityPost.php b/framework/core/src/Core/Models/ActivityPost.php index 0b0413979..2f14e740a 100755 --- a/framework/core/src/Core/Models/ActivityPost.php +++ b/framework/core/src/Core/Models/ActivityPost.php @@ -12,7 +12,7 @@ abstract class ActivityPost extends Post implements MergeableInterface */ public function getContentAttribute($value) { - return json_decode($value); + return json_decode($value, true); } /**