From: skodak Date: Sat, 21 Apr 2007 12:38:56 +0000 (+0000) Subject: MDL-9483 Problem with question restore relinking when quiz not selected; merged from... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=83ee2fe8ebbf7212da1240a5a1e678ed2e81b13f;p=moodle.git MDL-9483 Problem with question restore relinking when quiz not selected; merged from MOODLE_17_STABLE --- 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'); }