diff options
author | Thomas Willingham <founder@kakste.com> | 2014-03-13 02:09:45 +0000 |
---|---|---|
committer | Thomas Willingham <founder@kakste.com> | 2014-03-13 02:09:45 +0000 |
commit | 5a8be68900250267aa01923f87cf3978c50421e8 (patch) | |
tree | 1f40cd945cdb6c67f52919346db858c4a53e15fc /mod/post.php | |
parent | 74b8a386450e34f4a3f6f1432c2ab82fdb0e85c8 (diff) | |
download | volse-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.php | 2 |
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')) |