From: toyomoyo Date: Fri, 17 Mar 2006 08:13:27 +0000 (+0000) Subject: naming consistency X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ab7d76bb5aef6b33cd94d3032b8a52c7b39a1d3d;p=moodle.git naming consistency --- 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();