mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
gradebook MDL-22139 fixed a typo in a comment
This commit is contained in:
parent
f2968d08a9
commit
992cfb1101
@ -320,7 +320,7 @@ class grade_item extends grade_object {
|
||||
* @static
|
||||
*
|
||||
* @param array $params associative arrays varname=>value
|
||||
* @return array array of grade_item insatnces or false if none found.
|
||||
* @return array array of grade_item instances or false if none found.
|
||||
*/
|
||||
public static function fetch_all($params) {
|
||||
return grade_object::fetch_all_helper('grade_items', 'grade_item', $params);
|
||||
|
Loading…
x
Reference in New Issue
Block a user