mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-71639 qbank_exporttoxml: Use correct helper class name
This commit is contained in:
parent
2c90221888
commit
7cdb34aacf
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ This files describes API changes for code that uses the question API.
|
|||
|
||||
2) Function question_get_export_single_question_url() in questionlib has been deprecated
|
||||
and moved to qbank_exporttoxml plugin, the new location is:
|
||||
qbank_exporttoxml\exporttoxml_helper::question_get_export_single_question_url().
|
||||
qbank_exporttoxml\helper::question_get_export_single_question_url().
|
||||
|
||||
=== 3.9 ==
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue