Merge branch 'MDL-36623-master-int' of git://github.com/FMCorz/moodle

This commit is contained in:
Dan Poltawski 2012-11-27 10:40:24 +08:00
commit 981f72be5e
10 changed files with 79 additions and 12 deletions

View file

@ -2289,7 +2289,7 @@ function print_category_info($category, $depth=0, $showcourses = false) {
$courseicon = '';
if ($icons = enrol_get_course_info_icons($course)) {
foreach ($icons as $pix_icon) {
$courseicon = $OUTPUT->render($pix_icon).' ';
$courseicon = $OUTPUT->render($pix_icon);
}
}