obscured message showing up in email notification
This commit is contained in:
parent
a7d95108d0
commit
136fa15594
@ -65,7 +65,7 @@ function notification($params) {
|
||||
localize_item($i);
|
||||
$title = $i['title'];
|
||||
$body = $i['body'];
|
||||
$private = $i['item_private'];
|
||||
$private = (($i['item_private']) || ($i['item_flags'] & ITEM_OBSCURED));
|
||||
}
|
||||
else {
|
||||
$title = $params['item']['title'];
|
||||
|
Reference in New Issue
Block a user