Skip to content

Commit

Permalink
MDL-51664 externalib: clarify crucial comment
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski authored and stronk7 committed Dec 3, 2015
1 parent 50901a5 commit b80ede1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/externallib.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit b80ede1

Please sign in to comment.