mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-14431 - followup: after the rename qti2 -> qti_two, there were still some references to the old qti2 folder name.
This commit is contained in:
parent
5108bf415f
commit
6e0ddb6b71
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user