Skip to content

Commit

Permalink
MDL-33980 equella: course ID number should be being passed through, n…
Browse files Browse the repository at this point in the history
…ot the course database ID
  • Loading branch information
nread committed Jun 25, 2012
1 parent ba3e7df commit 75d1891
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/equella/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public function get_listing($path = null, $page = null) {
. '&returnprefix=tle'
. '&template=standard'
. '&token='.urlencode($this->getssotoken('write'))
. '&courseId='.urlencode($COURSE->id)
. '&courseId='.urlencode($COURSE->idnumber)
. '&courseCode='.urlencode($COURSE->shortname)
. '&action=searchThin'
. '&forcePost=true'
Expand Down

0 comments on commit 75d1891

Please sign in to comment.