mirror of
https://github.com/moodle/moodle.git
synced 2025-02-13 12:34:28 +01:00
Ensure course files area exists and create if not.
This commit is contained in:
parent
f85601d1b3
commit
b683d82844
@ -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");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user