From: tjhunt Date: Fri, 15 Aug 2008 02:44:12 +0000 (+0000) Subject: MDL-14431 - followup: after the rename qti2 -> qti_two, there were still some referen... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6e0ddb6b71666354e741574bc3095836af9a8568;p=moodle.git MDL-14431 - followup: after the rename qti2 -> qti_two, there were still some references to the old qti2 folder name. --- diff --git a/question/format/qti_two/format.php b/question/format/qti_two/format.php index cd6832e27e..f9cd1ccc03 100644 --- a/question/format/qti_two/format.php +++ b/question/format/qti_two/format.php @@ -1,6 +1,6 @@ dirroot/question/format/qti2/qt_common.php"); +require_once("$CFG->dirroot/question/format/qti_two/qt_common.php"); //////////////////////////////////////////////////////////////////////////// /// IMS QTI 2.0 FORMAT /// @@ -680,7 +680,7 @@ function xml_entitize(&$collection) { } } $smarty = new Smarty; - $smarty->template_dir = "{$CFG->dirroot}/question/format/qti2/templates"; + $smarty->template_dir = "{$CFG->dirroot}/question/format/qti_two/templates"; $smarty->compile_dir = "$path"; return $smarty; }