removed unused parameter that was missing in method calls

This commit is contained in:
Petr Skoda 2010-09-17 19:49:48 +00:00
parent 8cbef19e9a
commit 9344dea9c5

View file

@ -75,7 +75,7 @@ class repository_merlot extends repository {
return $ret; return $ret;
} }
private function _get_collection($keyword, $author) { private function _get_collection($keyword) {
global $OUTPUT; global $OUTPUT;
$list = array(); $list = array();
$this->api = 'http://www.merlot.org/merlot/materials.rest?keywords=' . urlencode($keyword) . '&licenseKey='.$this->licensekey; $this->api = 'http://www.merlot.org/merlot/materials.rest?keywords=' . urlencode($keyword) . '&licenseKey='.$this->licensekey;