Everything tested, one open to-do
This commit is contained in:
parent
cc7b34b7e6
commit
f7c9ee5848
2 changed files with 31 additions and 12 deletions
|
@ -243,7 +243,8 @@ function delivery_run(&$argv, &$argc){
|
|||
if ((strlen($parent['allow_cid']))
|
||||
|| (strlen($parent['allow_gid']))
|
||||
|| (strlen($parent['deny_cid']))
|
||||
|| (strlen($parent['deny_gid']))) {
|
||||
|| (strlen($parent['deny_gid']))
|
||||
|| $parent["private"]) {
|
||||
$public_message = false; // private recipients, not public
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue