mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merged from STABLE
This commit is contained in:
parent
86831b4c69
commit
d91ce7ce0a
3 changed files with 5 additions and 3 deletions
|
@ -28,10 +28,11 @@ class quiz_default_format {
|
|||
|
||||
/// Importing functions
|
||||
|
||||
function importpreprocess($category) {
|
||||
function importpreprocess($category, $course=NULL ) {
|
||||
/// Does any pre-processing that may be desired
|
||||
|
||||
$this->category = $category; // Important
|
||||
$this->course = $course;
|
||||
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue