]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
correct const for ActivityStreamJSONDocument::CONTENT_TYPE
authorEvan Prodromou <evan@status.net>
Thu, 23 Jun 2011 15:39:08 +0000 (11:39 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 23 Jun 2011 15:39:08 +0000 (11:39 -0400)
lib/activitystreamjsondocument.php

index 0c64ebb99880c3c7c0e112279d0389f90572602c..097267f504e18ceca3be22213388eeb24ddb076a 100644 (file)
@@ -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();