SEBSERV-361
This commit is contained in:
parent
77f421f632
commit
949552bbf7
1 changed files with 2 additions and 1 deletions
|
@ -235,7 +235,8 @@ public class MoodleCourseDataAsyncLoader {
|
|||
CourseQuizData.class);
|
||||
|
||||
if (courseQuizData == null) {
|
||||
return false;
|
||||
// return false; SEBSERV-361
|
||||
return true;
|
||||
}
|
||||
|
||||
if (courseQuizData.warnings != null && !courseQuizData.warnings.isEmpty()) {
|
||||
|
|
Loading…
Reference in a new issue