]> git.wh0rd.org - tt-rss.git/commitdiff
getFeedTitle: fix for tag vfeeds
authorAndrew Dolgov <fox@bah.org.ru>
Mon, 11 Jan 2010 11:45:51 +0000 (14:45 +0300)
committerAndrew Dolgov <fox@bah.org.ru>
Mon, 11 Jan 2010 11:45:51 +0000 (14:45 +0300)
functions.php

index 057fa447ae4e94f438e14a2c2960f00bc8b0df9e..9837c6c87633bd5710d26a264ff5d8314f446589 100644 (file)
                        return __("Fresh articles");
                } else if ($id == -4) {
                        return __("All articles");
-               } else if ($id == 0) {
+               } else if ($id === 0) {
                        return __("Archived articles");
                } else if ($id < -10) {
                        $label_id = -$id - 11;