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);
|
localize_item($i);
|
||||||
$title = $i['title'];
|
$title = $i['title'];
|
||||||
$body = $i['body'];
|
$body = $i['body'];
|
||||||
$private = $i['item_private'];
|
$private = (($i['item_private']) || ($i['item_flags'] & ITEM_OBSCURED));
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$title = $params['item']['title'];
|
$title = $params['item']['title'];
|
||||||
|
Reference in New Issue
Block a user