From 754d6f1bb3048615c6794cfc32dce027bd4a3901 Mon Sep 17 00:00:00 2001 From: gustav_delius Date: Wed, 26 Apr 2006 20:32:54 +0000 Subject: [PATCH] Corrected location of restorelibpre15.php, see http://moodle.org/mod/forum/discuss.php?d=44156 --- question/restorelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.39.5