Skip to content

Commit

Permalink
Merge branch 'MDL-34044-21' of git://github.com/srynot4sale/moodle in…
Browse files Browse the repository at this point in the history
…to MOODLE_21_STABLE
  • Loading branch information
Sam Hemelryk committed Jul 1, 2012
2 parents 5557694 + 7d82a37 commit e2f3b1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/completionstatus/block_completionstatus.php
Expand Up @@ -168,7 +168,7 @@ public function get_content() {
$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;
Expand Down

0 comments on commit e2f3b1e

Please sign in to comment.