From 8d2054411cfc7a6265dc73ad78bce71fbda3c36b Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 17 Aug 2006 17:30:56 +0000 Subject: [PATCH] Tweak to unbreak unit tests. --- question/type/questiontype.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 { /** -- 2.39.5