Issue 9992: post type hadn't been translated in the user's language
This commit is contained in:
parent
d43c5b1dbc
commit
1940c17030
2 changed files with 9 additions and 8 deletions
|
|
@ -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'])) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue