Skip to content

Commit

Permalink
Merge branch 'MDL-53095-29' of git://github.com/lameze/moodle into MO…
Browse files Browse the repository at this point in the history
…ODLE_29_STABLE
  • Loading branch information
danpoltawski committed Apr 20, 2016
2 parents af61aed + 54df1bd commit 9b2faf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repository/merlot/lib.php
Expand Up @@ -85,7 +85,7 @@ public function get_listing($path = '', $page = '') {
private function _get_collection($keyword) {
global $OUTPUT;
$list = array();
$this->api = 'http://www.merlot.org/merlot/materials.rest?keywords=' . urlencode($keyword) . '&licenseKey='.$this->licensekey;
$this->api = 'https://www.merlot.org/merlot/materials.rest?keywords=' . urlencode($keyword) . '&licenseKey='.$this->licensekey;
$c = new curl(array('cache'=>true, 'module_cache'=>'repository'));
$content = $c->get($this->api);
$xml = simplexml_load_string($content);
Expand Down

0 comments on commit 9b2faf2

Please sign in to comment.