Skip to content

Commit

Permalink
Incorrect variable name - not sure why this worked!
Browse files Browse the repository at this point in the history
  • Loading branch information
thepurpleblob committed Aug 31, 2005
1 parent 7788ed7 commit 82cff43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/import.php
Expand Up @@ -60,7 +60,7 @@
$classname = "quiz_format_$format";
$quiz_format = new $classname();

if (! $format->importpreprocess($category,$course)) { // Do anything before that we need to
if (! $quiz_format->importpreprocess($category,$course)) { // Do anything before that we need to
error("Error occurred during pre-processing!",
"$CFG->wwwroot/mod/quiz/import.php?category=$category->id");
}
Expand Down

0 comments on commit 82cff43

Please sign in to comment.