From 6d6bd5f1146d6cbe5b1e90ba5e0e316e540e8efb Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Tue, 19 Feb 2013 13:21:18 +0100 Subject: [PATCH] MDL-32620 whitespace + comment fixes. --- mod/lti/locallib.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mod/lti/locallib.php b/mod/lti/locallib.php index 3ff89ae6f4b..368ac6c5bb0 100644 --- a/mod/lti/locallib.php +++ b/mod/lti/locallib.php @@ -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)) { -- 2.43.0