mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-26796 document array parameter changes
This commit is contained in:
parent
18bd7573d6
commit
21aa9d48e3
1 changed files with 6 additions and 0 deletions
|
@ -52,3 +52,9 @@ optional - no changes needed in older code:
|
|||
* new ratings API
|
||||
(http://docs.moodle.org/dev/Ratings_2.0)
|
||||
|
||||
|
||||
=== 2.2 ===
|
||||
|
||||
required changes in code:
|
||||
* fix missing parameter types in optional_param() and required_param()
|
||||
* use new optional_param_array(), required_param_array() or clean_param_array() when dealing with array parameters
|
Loading…
Add table
Add a link
Reference in a new issue