mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
removed unused parameter that was missing in method calls
This commit is contained in:
parent
8cbef19e9a
commit
9344dea9c5
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ class repository_merlot extends repository {
|
|||
return $ret;
|
||||
}
|
||||
|
||||
private function _get_collection($keyword, $author) {
|
||||
private function _get_collection($keyword) {
|
||||
global $OUTPUT;
|
||||
$list = array();
|
||||
$this->api = 'http://www.merlot.org/merlot/materials.rest?keywords=' . urlencode($keyword) . '&licenseKey='.$this->licensekey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue