and the obligatory typo

This commit is contained in:
friendica 2013-05-22 19:16:05 -07:00
parent 3b707b533a
commit b76397ee83

View File

@ -526,6 +526,7 @@ require_once('include/security.php');
if($_SERVER['REQUEST_METHOD'] == 'POST') {
json_return_and_die(post_activity_item($_POST));
}
}
api_register_func('api/red/channel/stream','api_channel_stream', true);