From: tjhunt Date: Wed, 5 Nov 2008 08:10:17 +0000 (+0000) Subject: Fix misleading comment. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=4568bf99a87e3ad7788737fe9b27f2fe41dca1da;p=moodle.git Fix misleading comment. --- 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.