1
0
mirror of https://github.com/moodle/moodle.git synced 2025-05-09 01:36:40 +02:00

naming consistency

This commit is contained in:
toyomoyo 2006-03-17 08:13:27 +00:00
parent 95a86f752b
commit ab7d76bb5a

@ -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();