]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14431 - followup: after the rename qti2 -> qti_two, there were still some referen...
authortjhunt <tjhunt>
Fri, 15 Aug 2008 02:44:12 +0000 (02:44 +0000)
committertjhunt <tjhunt>
Fri, 15 Aug 2008 02:44:12 +0000 (02:44 +0000)
question/format/qti_two/format.php

index cd6832e27e2989b3afb1f8d99017e0df685368a4..f9cd1ccc03e481740db9f296281884b3f42b9c6e 100644 (file)
@@ -1,6 +1,6 @@
 <?php  // $Id$
 
-require_once("$CFG->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;
     }