fix typo in format_article_labels()
This commit is contained in:
parent
5cfaa47283
commit
c35d0d8fdc
|
@ -3437,7 +3437,7 @@
|
|||
|
||||
function format_article_labels($labels, $id) {
|
||||
|
||||
if (is_array($labels)) return '';
|
||||
if (!is_array($labels)) return '';
|
||||
|
||||
$labels_str = "";
|
||||
|
||||
|
|
Loading…
Reference in New Issue