diff --git a/question/format/xml/format.php b/question/format/xml/format.php index 80ff9c1c897..b3f88587dbd 100644 --- a/question/format/xml/format.php +++ b/question/format/xml/format.php @@ -1446,10 +1446,10 @@ class qformat_xml extends qformat_default { } /** - * @param unknown_type $format a FORMAT_... constant. + * @param int $format a FORMAT_... constant. * @return string the attribute to add to an XML tag. */ - protected function format($format) { + public function format($format) { return 'format="' . $this->get_format($format) . '"'; }