Issue 9992: post type hadn't been translated in the user's language
This commit is contained in:
@@ -172,7 +172,7 @@ function notification($params)
|
||||
return false;
|
||||
}
|
||||
|
||||
$item_post_type = Item::postType($item);
|
||||
$item_post_type = Item::postType($item, $l10n);
|
||||
|
||||
$content = Plaintext::getPost($item, 70);
|
||||
if (!empty($content['text'])) {
|
||||
|
||||
Reference in New Issue
Block a user