mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
MDL-32117 equella: pass through course shortname too
This commit is contained in:
parent
095b8c5818
commit
826b34836a
@ -67,6 +67,7 @@ class repository_equella extends repository {
|
||||
. '&template=standard'
|
||||
. '&token='.urlencode($this->getssotoken('write'))
|
||||
. '&courseId='.urlencode($COURSE->id)
|
||||
. '&courseCode='.urlencode($COURSE->shortname)
|
||||
. '&action=searchThin'
|
||||
. '&forcePost=true'
|
||||
. '&cancelDisabled=true'
|
||||
|
Loading…
x
Reference in New Issue
Block a user