Skip to content

Commit

Permalink
Merge branch 'MDL-36720-updates-via-https' of git://github.com/mudrd8…
Browse files Browse the repository at this point in the history
…mz/moodle
  • Loading branch information
danpoltawski committed Nov 21, 2012
2 parents 8068fcb + 40a9c2e commit c9f5160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pluginlib.php
Original file line number Diff line number Diff line change
Expand Up @@ -993,7 +993,7 @@ protected function prepare_request_url() {
if (!empty($CFG->config_php_settings['alternativeupdateproviderurl'])) {
return $CFG->config_php_settings['alternativeupdateproviderurl'];
} else {
return 'http://download.moodle.org/api/1.1/updates.php';
return 'https://download.moodle.org/api/1.1/updates.php';
}
}

Expand Down

0 comments on commit c9f5160

Please sign in to comment.