mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Merge branch 'MDL-30397' of git://github.com/timhunt/moodle
This commit is contained in:
commit
e0e2db92a3
@ -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) . '"';
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user