From: moodler Date: Mon, 16 Jul 2007 04:04:49 +0000 (+0000) Subject: MOved the main link to reports.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=540c411934ff6e54f477c6185f852f78a218eec3;p=moodle.git MOved the main link to reports.php --- diff --git a/blocks/admin/block_admin.php b/blocks/admin/block_admin.php index dec89df001..704714f62c 100644 --- a/blocks/admin/block_admin.php +++ b/blocks/admin/block_admin.php @@ -158,7 +158,7 @@ class block_admin extends block_list { /// View course grades (or just your own grades, same link) if ((has_capability('moodle/course:viewcoursegrades', $context) or (has_capability('moodle/user:viewusergrades', $context) && $course->showgrades)) && ($course->id!==SITEID)) { - $this->content->items[]=''.get_string('grades').''; + $this->content->items[]=''.get_string('grades').''; $this->content->icons[]=''; }