From bd379592dfbf454486040b29b6a3b72862181e78 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 15 Aug 2008 03:23:04 +0000 Subject: [PATCH] MDL-14431 - followup: after the rename qti2 -> qti_two, there were still some references to the old qti2 folder name. --- question/format/qti_two/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5