Skip to content

Commit

Permalink
Merge branch 'wip-MDL-37085-master' of git://github.com/marinaglancy/…
Browse files Browse the repository at this point in the history
…moodle
  • Loading branch information
danpoltawski committed Jan 16, 2013
2 parents ac6486e + db82b13 commit c5c5078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion course/renderer.php
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,7 @@ public function course_section_cm_availability(cm_info $mod, $displayoptions = a
$ci = new condition_info($mod);
$fullinfo = $ci->get_full_information();
if($fullinfo) {
echo '<div class="availabilityinfo '.$hidinfoclass.'">'.get_string($mod->showavailability
return '<div class="availabilityinfo '.$hidinfoclass.'">'.get_string($mod->showavailability
? 'userrestriction_visible'
: 'userrestriction_hidden','condition',
$fullinfo).'</div>';
Expand Down

0 comments on commit c5c5078

Please sign in to comment.