From: tjhunt Date: Thu, 17 Aug 2006 17:30:56 +0000 (+0000) Subject: Tweak to unbreak unit tests. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8d2054411cfc7a6265dc73ad78bce71fbda3c36b;p=moodle.git Tweak to unbreak unit tests. --- diff --git a/question/type/questiontype.php b/question/type/questiontype.php index 2bae2e6de9..8e97e89044 100644 --- a/question/type/questiontype.php +++ b/question/type/questiontype.php @@ -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 { /**