]> git.mjollnir.org Git - moodle.git/commitdiff
Tweak to unbreak unit tests.
authortjhunt <tjhunt>
Thu, 17 Aug 2006 17:30:56 +0000 (17:30 +0000)
committertjhunt <tjhunt>
Thu, 17 Aug 2006 17:30:56 +0000 (17:30 +0000)
question/type/questiontype.php

index 2bae2e6de9cafaaf704e9633959f6a1828775c39..8e97e89044f601b34b946ec9c014fefe8a175a40 100644 (file)
@@ -9,10 +9,11 @@
 *         {@link http://maths.york.ac.uk/serving_maths}
 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
 * @package quiz
-*/
+*//** */
 
-/// Question type class //////////////////////////////////////////////
+require_once($CFG->libdir . '/questionlib.php');
 
+/// Question type class //////////////////////////////////////////////
 class default_questiontype {
 
     /**