mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 22:55:55 +00:00
fix typo in format_article_labels()
This commit is contained in:
@@ -3437,7 +3437,7 @@
|
||||
|
||||
function format_article_labels($labels, $id) {
|
||||
|
||||
if (is_array($labels)) return '';
|
||||
if (!is_array($labels)) return '';
|
||||
|
||||
$labels_str = "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user