]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9483 Problem with question restore relinking when quiz not selected; merged from...
authorskodak <skodak>
Sat, 21 Apr 2007 12:38:56 +0000 (12:38 +0000)
committerskodak <skodak>
Sat, 21 Apr 2007 12:38:56 +0000 (12:38 +0000)
backup/restorelib.php

index 8f1e61a17198f898f4cb9e5bbe341c27299a769b..0aebd900155dc02f7f8dc8695dcb1ab7d9172485 100644 (file)
@@ -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 '<li>' . get_string('from') . ' ' . get_string('questions', 'quiz');
         }