From: Evan Prodromou Date: Thu, 23 Jun 2011 15:39:08 +0000 (-0400) Subject: correct const for ActivityStreamJSONDocument::CONTENT_TYPE X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b25e957be5cc628d2b775848f315a90b7d02327e;p=quix0rs-gnu-social.git correct const for ActivityStreamJSONDocument::CONTENT_TYPE --- diff --git a/lib/activitystreamjsondocument.php b/lib/activitystreamjsondocument.php index 0c64ebb998..097267f504 100644 --- a/lib/activitystreamjsondocument.php +++ b/lib/activitystreamjsondocument.php @@ -43,6 +43,7 @@ if (!defined('STATUSNET')) */ class ActivityStreamJSONDocument { + const CONTENT_TYPE = 'application/stream+json; charset=utf-8'; /* Top level array representing the document */ protected $doc = array();