mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02: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
6d99cadd0f
commit
bd379592df
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ require_once("$CFG->dirroot/question/format/qti_two/qt_common.php");
|
|||
*/
|
||||
define('CLOZE_TRAILING_TEXT_ID', 9999999);
|
||||
|
||||
class qformat_qti2 extends qformat_default {
|
||||
class qformat_qti_two extends qformat_default {
|
||||
|
||||
var $lang;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue