typo should be 0 not 1
This commit is contained in:
+1
-1
@@ -122,7 +122,7 @@
|
||||
|
||||
|
||||
/// Blog entry, everyone can view
|
||||
if ($CFG->bloglevel > 1) {
|
||||
if ($CFG->bloglevel > 0) { // only if blog is enabled. Permission check kicks in when display list
|
||||
$toprow[] = new tabobject('blogs', $CFG->wwwroot.'/blog/index.php?userid='.$user->id.'&courseid='.$course->id, get_string('blogs', 'blog'));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user