mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-24 03:01:29 +00:00
force ngettext() count argument type to string
This commit is contained in:
@@ -1316,7 +1316,7 @@
|
||||
$line = $p->hook_render_article($line);
|
||||
}
|
||||
|
||||
$num_comments = $line["num_comments"];
|
||||
$num_comments = (int) $line["num_comments"];
|
||||
$entry_comments = "";
|
||||
|
||||
if ($num_comments > 0) {
|
||||
|
||||
Reference in New Issue
Block a user