Skip to content

Commit

Permalink
removed unused parameter that was missing in method calls
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Sep 17, 2010
1 parent 8cbef19 commit 9344dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/merlot/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function get_listing() {
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;
Expand Down

0 comments on commit 9344dea

Please sign in to comment.