]> git.wh0rd.org - tt-rss.git/blobdiff - functions.php
getFeedTitle: fix for tag vfeeds
[tt-rss.git] / 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;