mirror of
https://github.com/moodle/moodle.git
synced 2025-08-09 02:46:40 +02:00
Merge branch 'MDL-43936_26' of git://github.com/timhunt/moodle into MOODLE_26_STABLE
This commit is contained in:
commit
155771cb4b
1 changed files with 6 additions and 3 deletions
|
@ -31,6 +31,9 @@ This files describes API changes for code that uses the question API.
|
|||
search for the regular expression:
|
||||
question_rewrite_questiontext_preview_urls|_questiontext_preview_pluginfile|question_send_questiontext_file
|
||||
|
||||
3) The arugment list for core_question_renderer::mark_summary has changed.
|
||||
Please update your calls. (The most likely secnario for this is if you have
|
||||
overridden core_question_renderer::info in your own renderer.)
|
||||
3) The argument list for core_question_renderer::mark_summary has changed.
|
||||
Please update your calls. (The most likely scenario for this is if you have
|
||||
overridden core_question_renderer::info in your own renderer.) You need to
|
||||
make a change like:
|
||||
- $this->mark_summary($qa, $options);
|
||||
+ $this->mark_summary($qa, $behaviouroutput, $options);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue