From 37df8c250ccd1b518ba2c7ba029c4f430fb915b0 Mon Sep 17 00:00:00 2001 From: thepurpleblob <thepurpleblob> Date: Mon, 20 Dec 2004 15:31:27 +0000 Subject: [PATCH] Fixed typo that has crept in. --- mod/quiz/format/gift/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/quiz/format/gift/format.php b/mod/quiz/format/gift/format.php index b57f93c75e..c598e7af40 100755 --- a/mod/quiz/format/gift/format.php +++ b/mod/quiz/format/gift/format.php @@ -487,7 +487,7 @@ function writequestion( $question ) { } $expout .= "\t".$answertext.$this->repchar( $answer->answer ); if ($answer->feedback!="") { - $expout .= "#".$this->$this->repchar( $answer->feedback ); + $expout .= "#".$this->repchar( $answer->feedback ); } $expout .= "\n"; } -- 2.39.5