diff options
author | friendica <info@friendica.com> | 2014-11-01 00:36:21 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-01 00:36:21 -0700 |
commit | a659ac8952306b5a78a468051d3c318f50294bcf (patch) | |
tree | 378e5c01dddfc6db66d8866420628e3524c609c2 /include/zot.php | |
parent | e32a339a3d8b29434c107a759c54abffba02eed4 (diff) | |
download | volse-hubzilla-a659ac8952306b5a78a468051d3c318f50294bcf.tar.gz volse-hubzilla-a659ac8952306b5a78a468051d3c318f50294bcf.tar.bz2 volse-hubzilla-a659ac8952306b5a78a468051d3c318f50294bcf.zip |
disable request message response until we work through this
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index c9a17562e..4c47d60b8 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2812,6 +2812,9 @@ function import_author_zot($x) { function zot_process_message_request($data) { $ret = array('success' => false); + + return $ret; + if(! $data['message_id']) { $ret['message'] = 'no message_id'; logger('no message_id'); |