mail completion issue

This commit is contained in:
friendica
2013-07-21 21:48:12 -07:00
parent 9b8e3e41f1
commit 8aadb9ec3c
2 changed files with 2 additions and 2 deletions

View File

@@ -48,7 +48,7 @@ function message_post(&$a) {
$ret = zot_finger($rstr,$channel);
if(! $ret) {
if(! $ret['success']) {
notice( t('Unable to lookup recipient.') . EOL);
return;
}