correct const for ActivityStreamJSONDocument::CONTENT_TYPE
This commit is contained in:
parent
20396ce8e1
commit
b25e957be5
@ -43,6 +43,7 @@ if (!defined('STATUSNET'))
|
|||||||
*/
|
*/
|
||||||
class ActivityStreamJSONDocument
|
class ActivityStreamJSONDocument
|
||||||
{
|
{
|
||||||
|
const CONTENT_TYPE = 'application/stream+json; charset=utf-8';
|
||||||
|
|
||||||
/* Top level array representing the document */
|
/* Top level array representing the document */
|
||||||
protected $doc = array();
|
protected $doc = array();
|
||||||
|
Loading…
Reference in New Issue
Block a user