naming consistency

This commit is contained in:
toyomoyo
2006-03-17 08:13:27 +00:00
parent 95a86f752b
commit ab7d76bb5a
+1 -1
View 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();