mirror of
https://github.com/moodle/moodle.git
synced 2025-05-09 01:36:40 +02:00
naming consistency
This commit is contained in:
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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user