Skip to content

Commit

Permalink
Merge branch 'MDL-28072_coursereport_undefined_function' of git://git…
Browse files Browse the repository at this point in the history
…hub.com/andyjdavis/moodle
  • Loading branch information
stronk7 committed Jun 29, 2011
2 parents f86e19b + 26a0af0 commit c5401e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions course/report/outline/index.php
Original file line number Diff line number Diff line change
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 c5401e7

Please sign in to comment.