]> 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 03:23:04 +0000 (03:23 +0000)
committertjhunt <tjhunt>
Fri, 15 Aug 2008 03:23:04 +0000 (03:23 +0000)
question/format/qti_two/format.php

index f9cd1ccc03e481740db9f296281884b3f42b9c6e..5791381a228b9556cbd1284e8cede64a5469fc14 100644 (file)
@@ -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;