correct const for ActivityStreamJSONDocument::CONTENT_TYPE

This commit is contained in:
Evan Prodromou 2011-06-23 11:39:08 -04:00
parent 20396ce8e1
commit b25e957be5
1 changed files with 1 additions and 0 deletions

View 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();