diff options
-rw-r--r-- | include/notifier.php | 1 | ||||
-rw-r--r-- | include/zot.php | 3 | ||||
-rw-r--r-- | version.inc | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/include/notifier.php b/include/notifier.php index 57494885a..c193db116 100644 --- a/include/notifier.php +++ b/include/notifier.php @@ -192,7 +192,6 @@ function notifier_run($argv, $argc){ $recipients[] = $xchan; $packet_type = 'request'; $normal_mode = false; - } elseif($cmd === 'expire') { 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'); diff --git a/version.inc b/version.inc index 82ccb4199..bc1358c72 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2014-10-31.845 +2014-11-01.846 |