diff options
author | friendica <info@friendica.com> | 2013-05-22 19:16:05 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-05-22 19:16:05 -0700 |
commit | b76397ee83163f98f34067f1c0a936e7ce0572db (patch) | |
tree | ed55ad065d0a7526c9e089d459c84beff689d1a8 /include | |
parent | 3b707b533afd7b48df9e5e2bad909f91927d54fd (diff) | |
download | volse-hubzilla-b76397ee83163f98f34067f1c0a936e7ce0572db.tar.gz volse-hubzilla-b76397ee83163f98f34067f1c0a936e7ce0572db.tar.bz2 volse-hubzilla-b76397ee83163f98f34067f1c0a936e7ce0572db.zip |
and the obligatory typo
Diffstat (limited to 'include')
-rw-r--r-- | include/api.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/api.php b/include/api.php index 486d44cd4..926b8510a 100644 --- a/include/api.php +++ b/include/api.php @@ -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); |