Backporting Howard's commit fixing bug #2963 where course dir missing from HEAD
This commit is contained in:
@@ -21,6 +21,9 @@
|
||||
error("Only the teacher can export quiz questions!");
|
||||
}
|
||||
|
||||
// ensure the files area exists for this course
|
||||
make_upload_directory( "$course->id" );
|
||||
|
||||
$strexportquestions = get_string("exportquestions", "quiz");
|
||||
$strquestions = get_string("questions", "quiz");
|
||||
|
||||
|
||||
@@ -21,6 +21,10 @@
|
||||
error("Only the teacher can import quiz questions!");
|
||||
}
|
||||
|
||||
|
||||
// ensure the files area exists for this course
|
||||
make_upload_directory( "$course->id" );
|
||||
|
||||
$strimportquestions = get_string("importquestions", "quiz");
|
||||
$strquestions = get_string("questions", "quiz");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user