]> git.mjollnir.org Git - moodle.git/commitdiff
naming consistency
authortoyomoyo <toyomoyo>
Fri, 17 Mar 2006 08:13:27 +0000 (08:13 +0000)
committertoyomoyo <toyomoyo>
Fri, 17 Mar 2006 08:13:27 +0000 (08:13 +0000)
rss/file.php

index dd87ed891a2c75a8a088f950baf6c47a030bff00..7d700ecb15e4045253ddb9c917fb51568966f30e 100644 (file)
@@ -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();