From 782573e86d8fe7833647fdbafe794116c6cd1718 Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 31 Mar 2007 05:25:41 +0000 Subject: [PATCH] Merged solution for MDL-6458 typo --- question/type/rqp/types.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/rqp/types.php b/question/type/rqp/types.php index 3132f08262..2b6d157179 100644 --- a/question/type/rqp/types.php +++ b/question/type/rqp/types.php @@ -2,7 +2,7 @@ // This page lists all the available RQP question types - require_once('../../../../config.php'); + require_once('../../../config.php'); require_once($CFG->libdir.'/tablelib.php'); require_once($CFG->dirroot . '/question/type/rqp/lib.php'); require_once($CFG->dirroot . '/question/type/rqp/remote.php'); -- 2.39.5