MDL-28072 coursereport: added a missing require_once()
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
e460b8846d
commit
0958a64834
@@ -125,6 +125,7 @@
|
||||
$reportrow->cells[] = $numviewscell;
|
||||
|
||||
if ($CFG->useblogassociations) {
|
||||
require_once($CFG->dirroot.'/blog/lib.php');
|
||||
$blogcell = new html_table_cell();
|
||||
$blogcell->attributes['class'] = 'blog';
|
||||
if ($blogcount = blog_get_associated_count($course->id, $cm->id)) {
|
||||
|
||||
Reference in New Issue
Block a user