MDL-51664 externalib: clarify crucial comment
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
50901a53bc
commit
b80ede13a6
+1
-1
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user