From: tjhunt Date: Fri, 15 Aug 2008 03:23:04 +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=bd379592dfbf454486040b29b6a3b72862181e78;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 f9cd1ccc03..5791381a22 100644 --- a/question/format/qti_two/format.php +++ b/question/format/qti_two/format.php @@ -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;