Merge branch 'MDL-44333_25' of git://github.com/timhunt/moodle into MOODLE_25_STABLE

This commit is contained in:
Marina Glancy
2014-05-20 14:12:13 +08:00
@@ -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() {