Skip to content

Commit

Permalink
MDL-28072 coursereport: added a missing require_once()
Browse files Browse the repository at this point in the history
  • Loading branch information
andyjdavis authored and stronk7 committed Dec 16, 2011
1 parent e460b88 commit 0958a64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions course/report/outline/index.php
Expand Up @@ -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)) {
Expand Down

0 comments on commit 0958a64

Please sign in to comment.