diff options
author | friendica <info@friendica.com> | 2014-10-03 03:35:01 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-10-03 03:35:01 -0700 |
commit | 2bd4b362389aafc9d98f47f44672fc874d37e17a (patch) | |
tree | b408a501000312e4da3c1d8ade1a19374a04a3e4 /mod | |
parent | f5623ae11d9ec2097af3d5018289bc84672bf162 (diff) | |
download | volse-hubzilla-2bd4b362389aafc9d98f47f44672fc874d37e17a.tar.gz volse-hubzilla-2bd4b362389aafc9d98f47f44672fc874d37e17a.tar.bz2 volse-hubzilla-2bd4b362389aafc9d98f47f44672fc874d37e17a.zip |
rev update
Diffstat (limited to 'mod')
-rw-r--r-- | mod/mail.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mod/mail.php b/mod/mail.php index d6d802fe7..f4897149a 100644 --- a/mod/mail.php +++ b/mod/mail.php @@ -72,7 +72,10 @@ function mail_post(&$a) { if(! ($their_perms & PERMS_W_MAIL)) { notice( t('Selected channel has private message restrictions. Send failed.')); - return; + // reported issue: let's still save the message and continue. We'll just tell them + // that nothing useful is likely to happen. They might have spent hours on it. + // return; + } } |