Skip to content

Commit

Permalink
grader report MDL-21367 when an item is unhidden its category should …
Browse files Browse the repository at this point in the history
…unhide to
  • Loading branch information
Andrew Davis committed Feb 3, 2010
1 parent 108ef98 commit b9cc756
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grade/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -1498,7 +1498,8 @@ public function get_hiding_icon($element, $gpr) {
}

$url->param('action', 'show');
$hideicon = $OUTPUT->action_icon($url, $title, 't/'.$type, array('alt'=>$strshow, 'class'=>'iconsmall'));

$hideicon = $OUTPUT->action_icon($url, $tooltip, 't/'.$type, array('alt'=>$strshow, 'class'=>'iconsmall'));

} else {
$url->param('action', 'hide');
Expand Down

0 comments on commit b9cc756

Please sign in to comment.