]> git.wh0rd.org Git - tt-rss.git/commitdiff
fix typo in format_article_labels()
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 27 Apr 2013 08:20:45 +0000 (12:20 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Sat, 27 Apr 2013 08:20:45 +0000 (12:20 +0400)
include/functions.php

index f1e78dfb7730d34f6941c852530d556a4fc9daac..6337dbbdeb6617013a135fa194f911225fac5f32 100644 (file)
 
        function format_article_labels($labels, $id) {
 
-               if (is_array($labels)) return '';
+               if (!is_array($labels)) return '';
 
                $labels_str = "";