From: gustav_delius Date: Wed, 26 Apr 2006 20:32:54 +0000 (+0000) Subject: Corrected location of restorelibpre15.php, see http://moodle.org/mod/forum/discuss... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=754d6f1bb3048615c6794cfc32dce027bd4a3901;p=moodle.git Corrected location of restorelibpre15.php, see http://moodle.org/mod/forum/discuss.php?d=44156 --- diff --git a/question/restorelib.php b/question/restorelib.php index cb279106f1..b9c6045407 100644 --- a/question/restorelib.php +++ b/question/restorelib.php @@ -91,7 +91,7 @@ //Hook to call Moodle < 1.5 Quiz Restore if ($restore->backup_version < 2005043000) { - include_once("restorelibpre15.php"); + include_once($CFG->dirroot.'/mod/quiz/restorelibpre15.php'); return quiz_restore_pre15_question_categories($category,$restore); }