diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 19:48:46 -0800 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-12-06 19:48:46 -0800 |
commit | aa5b7eb98af82f06ac69cd4475f5630705078807 (patch) | |
tree | a5d82e81c29b1cee9700ba38846b013fdad307c9 /include/zot.php | |
parent | 1c22e8ae7ed8bc08bbc71eefa26a6d0aabcd5e7d (diff) | |
download | volse-hubzilla-aa5b7eb98af82f06ac69cd4475f5630705078807.tar.gz volse-hubzilla-aa5b7eb98af82f06ac69cd4475f5630705078807.tar.bz2 volse-hubzilla-aa5b7eb98af82f06ac69cd4475f5630705078807.zip |
minor optimisation
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zot.php b/include/zot.php index fa6258140..71c260d65 100644 --- a/include/zot.php +++ b/include/zot.php @@ -4335,7 +4335,6 @@ function zot_reply_purge($sender,$recipients) { remove_all_xchan_resources($sender_hash); $ret['success'] = true; - json_return_and_die($ret); } json_return_and_die($ret); |