Hotpot MDL-25770 - missing return - thanks to Tomasz Pawlik for report/fix

This commit is contained in:
Dan Marsden
2011-03-17 15:30:45 +13:00
parent 08bf2b2723
commit 68d3425577
+3 -3
View File
@@ -1089,13 +1089,13 @@ class hotpot_xml_quiz_template extends hotpot_xml_template_default {
// JCross quiztype
function v6_expand_CluesAcrossLabel() {
$this->parent->xml_value('hotpot-config-file,'.$this->parent->quiztype.',clues-across');
return $this->parent->xml_value('hotpot-config-file,'.$this->parent->quiztype.',clues-across');
}
function v6_expand_CluesDownLabel() {
$this->parent->xml_value('hotpot-config-file,'.$this->parent->quiztype.',clues-down');
return $this->parent->xml_value('hotpot-config-file,'.$this->parent->quiztype.',clues-down');
}
function v6_expand_EnterCaption() {
$this->parent->xml_value('hotpot-config-file,'.$this->parent->quiztype.',enter-caption');
return $this->parent->xml_value('hotpot-config-file,'.$this->parent->quiztype.',enter-caption');
}
function v6_expand_ShowHideClueList() {
$value = $this->int_value('hotpot-config-file,'.$this->parent->quiztype.',include-clue-list');