MDL-28127 incorrect lang string placeholder in question engine upgrade.
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user