summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-27 12:20:45 +0400
committerAndrew Dolgov <[email protected]>2013-04-27 12:20:45 +0400
commitc35d0d8fdc06dbbbc2ebf20d15e3561ffe0487a5 (patch)
tree1ee4642f926cabf8835e8fd6fae9e0159b48589f /include
parent5cfaa472830d6c08d0408df62995b8bc8245d5bd (diff)
fix typo in format_article_labels()
Diffstat (limited to 'include')
-rw-r--r--include/functions.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php
index f1e78dfb7..6337dbbde 100644
--- a/include/functions.php
+++ b/include/functions.php
@@ -3437,7 +3437,7 @@
function format_article_labels($labels, $id) {
- if (is_array($labels)) return '';
+ if (!is_array($labels)) return '';
$labels_str = "";