From 83ee2fe8ebbf7212da1240a5a1e678ed2e81b13f Mon Sep 17 00:00:00 2001 From: skodak Date: Sat, 21 Apr 2007 12:38:56 +0000 Subject: [PATCH] MDL-9483 Problem with question restore relinking when quiz not selected; merged from MOODLE_17_STABLE --- backup/restorelib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/backup/restorelib.php b/backup/restorelib.php index 8f1e61a171..0aebd90015 100644 --- a/backup/restorelib.php +++ b/backup/restorelib.php @@ -93,6 +93,7 @@ // TODO: process all html text also in blocks too // Restore links in questions. + require_once("$CFG->dirroot/question/restorelib.php"); if (!defined('RESTORE_SILENTLY')) { echo '
  • ' . get_string('from') . ' ' . get_string('questions', 'quiz'); } -- 2.39.5