MDL-32117 equella: pass through course shortname too

This commit is contained in:
nread 2012-06-05 11:45:24 +10:00
parent 095b8c5818
commit 826b34836a

View File

@ -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'