MDL-28127 incorrect lang string placeholder in question engine upgrade.

This commit is contained in:
Tim Hunt
2011-06-30 15:20:42 +01:00
parent 54ae8ed032
commit 69384c1939
+1 -1
View File
@@ -67,7 +67,7 @@ class question_engine_attempt_upgrader {
gc_collect_cycles(); // This was really helpful in PHP 5.2. Perhaps remove.
$a = new stdClass();
$a->done = $done;
$a->todo = $outof;
$a->outof = $outof;
$a->info = $quizid;
$this->progressbar->update($done, $outof, get_string('upgradingquizattempts', 'quiz', $a));
}