From: skodak Date: Tue, 24 Jul 2007 07:46:58 +0000 (+0000) Subject: MDL-10579 fixed comment X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0a89e2a00365bb228f9c3739eab6306d1b6f0204;p=moodle.git MDL-10579 fixed comment --- diff --git a/grade/lib.php b/grade/lib.php index 86dcadc92c..88e28e14ef 100644 --- a/grade/lib.php +++ b/grade/lib.php @@ -93,7 +93,7 @@ function print_grade_plugin_selector($courseid, $active_type, $active_plugin, $r } /// editing scripts - not real plugins - if (has_capability('moodle/grade:manage', $context)) { //TODO: add proper capability here + if (has_capability('moodle/grade:manage', $context)) { $menu['edit']='--'.get_string('edit'); $url = 'edit/tree.php?id='.$courseid; if ($active_type == 'edit' and $active_plugin == 'tree' ) {