mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 17:06:53 +02:00
Merge branch 'MDL-67307' of https://github.com/stronk7/moodle
This commit is contained in:
commit
d0a4c05dda
2 changed files with 5 additions and 0 deletions
|
@ -2485,6 +2485,8 @@ class assign {
|
|||
* @return array An array of userids
|
||||
*/
|
||||
protected function get_grading_userid_list($cached = false, $useridlistid = '') {
|
||||
global $SESSION;
|
||||
|
||||
if ($cached) {
|
||||
if (empty($useridlistid)) {
|
||||
$useridlistid = $this->get_useridlist_key_id();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue