Merge branch 'MDL-34044' of git://github.com/srynot4sale/moodle

This commit is contained in:
Sam Hemelryk 2012-07-02 08:22:45 +12:00
commit abb98b8881

View File

@ -171,7 +171,7 @@ class block_completionstatus extends block_base {
$a = new stdClass();
$a->first = $prerequisites_complete;
$a->second = count($prerequisites);
$shtml .= get_string('firstofsecond', 'block_completionstatus', $a);
$phtml .= get_string('firstofsecond', 'block_completionstatus', $a);
$phtml .= '</td></tr>';
$shtml = $phtml . $shtml;