From d5e7166533145583baecd2efbd72958da444cc5a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 11 Jan 2010 14:45:51 +0300 Subject: getFeedTitle: fix for tag vfeeds --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 057fa447a..9837c6c87 100644 --- a/functions.php +++ b/functions.php @@ -3016,7 +3016,7 @@ 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; -- cgit v1.2.3