From: Evan Prodromou Date: Mon, 18 Jul 2011 21:42:28 +0000 (-0400) Subject: 'type' => 'objectType' for embedded activities X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=4a6f576478022426947b31941fba80256a506d42;p=quix0rs-gnu-social.git 'type' => 'objectType' for embedded activities --- diff --git a/lib/activity.php b/lib/activity.php index a4abaf533a..2b5bfd9822 100644 --- a/lib/activity.php +++ b/lib/activity.php @@ -435,7 +435,7 @@ class Activity if ($object instanceof Activity) { // throw in a type // XXX: hackety-hack - $oa['type'] = 'activity'; + $oa['objectType'] = 'activity'; } $activity['object'][] = $oa; }