From ab7d76bb5aef6b33cd94d3032b8a52c7b39a1d3d Mon Sep 17 00:00:00 2001 From: toyomoyo Date: Fri, 17 Mar 2006 08:13:27 +0000 Subject: [PATCH] naming consistency --- rss/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rss/file.php b/rss/file.php index dd87ed891a..7d700ecb15 100644 --- a/rss/file.php +++ b/rss/file.php @@ -31,7 +31,7 @@ // extract relative path components $args = explode('/', trim($relativepath, '/')); - $isblog = ($args[0] == 'blogs'); + $isblog = ($args[0] == 'blog'); if (count($args) < 5 && !$isblog) { not_found(); -- 2.39.5