rev update
This commit is contained in:
parent
f5623ae11d
commit
2bd4b36238
@ -72,7 +72,10 @@ function mail_post(&$a) {
|
|||||||
|
|
||||||
if(! ($their_perms & PERMS_W_MAIL)) {
|
if(! ($their_perms & PERMS_W_MAIL)) {
|
||||||
notice( t('Selected channel has private message restrictions. Send failed.'));
|
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;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
1007
util/messages.po
1007
util/messages.po
File diff suppressed because it is too large
Load Diff
@ -1 +1 @@
|
|||||||
2014-10-02.816
|
2014-10-03.817
|
||||||
|
Reference in New Issue
Block a user