diff options
author | friendica <info@friendica.com> | 2014-11-01 01:52:27 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-11-01 01:52:27 -0700 |
commit | 50c16c394fe2d966c62d30930600212a4e33303e (patch) | |
tree | ae59c8697b9fd20c33aeaf8acb3a698b63e9657b /include | |
parent | 1eacea403758981670eb589b6626f531612429d1 (diff) | |
download | volse-hubzilla-50c16c394fe2d966c62d30930600212a4e33303e.tar.gz volse-hubzilla-50c16c394fe2d966c62d30930600212a4e33303e.tar.bz2 volse-hubzilla-50c16c394fe2d966c62d30930600212a4e33303e.zip |
check that we have valid data
Diffstat (limited to 'include')
-rw-r--r-- | include/zot.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index 4c47d60b8..24ace9cbb 100644 --- a/include/zot.php +++ b/include/zot.php @@ -2813,6 +2813,7 @@ function import_author_zot($x) { function zot_process_message_request($data) { $ret = array('success' => false); +// note: disabled until the loops stop. return $ret; if(! $data['message_id']) { |