typo should be 0 not 1

This commit is contained in:
toyomoyo
2006-06-09 02:52:05 +00:00
parent a666b9dbcf
commit ea257a167e
+1 -1
View File
@@ -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'));
}