MDL-32620 whitespace + comment fixes.

This commit is contained in:
Eloy Lafuente (stronk7)
2013-02-19 13:23:47 +01:00
parent fe8b7cd677
commit 00f5a12de7
+3 -3
View File
@@ -163,15 +163,15 @@ function lti_view($instance) {
if (empty($key) || empty($secret)) {
$returnurlparams['unsigned'] = '1';
}
// Add the return URL. We send the launch container along to help us avoid frames-within-frames when the user returns
// Add the return URL. We send the launch container along to help us avoid frames-within-frames when the user returns.
$url = new moodle_url('/mod/lti/return.php', $returnurlparams);
$returnurl = $url->out(false);
if ($typeconfig['forcessl'] == '1') {
$returnurl = lti_ensure_url_is_https($returnurl);
}
$requestparams['launch_presentation_return_url'] = $returnurl;
if (!empty($key) && !empty($secret)) {