From 4568bf99a87e3ad7788737fe9b27f2fe41dca1da Mon Sep 17 00:00:00 2001 From: tjhunt Date: Wed, 5 Nov 2008 08:10:17 +0000 Subject: [PATCH] Fix misleading comment. --- question/type/questiontype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/type/questiontype.php b/question/type/questiontype.php index 4f5ee43f57..267ddcb4ac 100644 --- a/question/type/questiontype.php +++ b/question/type/questiontype.php @@ -153,7 +153,7 @@ class default_questiontype { /** * Return an instance of the question editing form definition. This looks for a * class called edit_{$this->name()}_question_form in the file - * {$CFG->docroot}/question/type/{$this->name()}/edit_{$this->name()}_question_form.php + * {$CFG->dirroot}/question/type/{$this->name()}/edit_{$this->name()}_question_form.php * and if it exists returns an instance of it. * * @param string $submiturl passed on to the constructor call. -- 2.39.5