mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 00:12:56 +02:00
Merge branch 'MDL-44333' of git://github.com/timhunt/moodle
This commit is contained in:
commit
4d46c88b9f
@ -74,7 +74,7 @@ class quiz_overview_options extends mod_quiz_attempts_report_options {
|
||||
public function setup_from_user_preferences() {
|
||||
parent::setup_from_user_preferences();
|
||||
|
||||
$this->slotmarks = get_user_preferences('quiz_report_overview_detailedmarks', $this->slotmarks);
|
||||
$this->slotmarks = get_user_preferences('quiz_overview_slotmarks', $this->slotmarks);
|
||||
}
|
||||
|
||||
public function update_user_preferences() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user