From: thepurpleblob Date: Mon, 20 Dec 2004 15:31:27 +0000 (+0000) Subject: Fixed typo that has crept in. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=37df8c250ccd1b518ba2c7ba029c4f430fb915b0;p=moodle.git Fixed typo that has crept in. --- 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"; }