mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 14:03:52 +01:00
MDL-51664 externalib: clarify crucial comment
This commit is contained in:
parent
50901a53bc
commit
b80ede13a6
@ -964,7 +964,7 @@ class external_util {
|
||||
* Validate a list of courses, returning the complete course objects for valid courses.
|
||||
*
|
||||
* @param array $courseids A list of course ids
|
||||
* @param array $courses An array of courses already pre-fetched.
|
||||
* @param array $courses An array of courses already pre-fetched, indexed by course id.
|
||||
* @return array An array of courses and the validation warnings
|
||||
*/
|
||||
public static function validate_courses($courseids, $courses = array()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user