Skip to content

Commit

Permalink
MDL-20636 fix upgrade issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed May 11, 2011
1 parent a2ac234 commit cfd811c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion local/qedatabase/db/upgrade.php
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function xmldb_local_qedatabase_upgrade($oldversion) {
$oldrcachesetting = $CFG->rcache;
$CFG->rcache = false;

require_once($CFG->dirroot . '/question/engine/upgradefromoldqe/upgrade.php');
require_once($CFG->dirroot . '/question/engine/upgrade/upgradelib.php');
$upgrader = new question_engine_attempt_upgrader();
$upgrader->convert_all_quiz_attempts();

Expand Down

0 comments on commit cfd811c

Please sign in to comment.