aboutsummaryrefslogtreecommitdiffstats
path: root/mod/post.php
diff options
context:
space:
mode:
authorThomas Willingham <founder@kakste.com>2014-03-13 02:09:45 +0000
committerThomas Willingham <founder@kakste.com>2014-03-13 02:09:45 +0000
commit5a8be68900250267aa01923f87cf3978c50421e8 (patch)
tree1f40cd945cdb6c67f52919346db858c4a53e15fc /mod/post.php
parent74b8a386450e34f4a3f6f1432c2ab82fdb0e85c8 (diff)
downloadvolse-hubzilla-5a8be68900250267aa01923f87cf3978c50421e8.tar.gz
volse-hubzilla-5a8be68900250267aa01923f87cf3978c50421e8.tar.bz2
volse-hubzilla-5a8be68900250267aa01923f87cf3978c50421e8.zip
json_return_and_dir isn't a thing
Diffstat (limited to 'mod/post.php')
-rw-r--r--mod/post.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/post.php b/mod/post.php
index 140b3f1e5..95c984b40 100644
--- a/mod/post.php
+++ b/mod/post.php
@@ -281,7 +281,7 @@ function post_init(&$a) {
if($test) {
$ret['message'] .= 'auth failure fallthrough ' . print_r($_REQUEST,true) . print_r($j,true) . EOL;
- json_return_and_dir($ret);
+ json_return_and_die($ret);
}
if(strstr($desturl,z_root() . '/rmagic'))