Merge branch 'MDL-58264_32' of https://github.com/darrencocco/moodle into MOODLE_32_STABLE

This commit is contained in:
Dan Poltawski
2017-03-28 18:02:42 +01:00
+1 -1
View File
@@ -1935,7 +1935,7 @@ class qubaids_for_quiz extends qubaid_join {
}
if ($onlyfinished) {
$where .= ' AND state == :statefinished';
$where .= ' AND state = :statefinished';
$params['statefinished'] = quiz_attempt::FINISHED;
}