Skip to content

Commit

Permalink
naming consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
toyomoyo committed Mar 17, 2006
1 parent 95a86f7 commit ab7d76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rss/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit ab7d76b

Please sign in to comment.