diff --git a/mod/lti/locallib.php b/mod/lti/locallib.php index 102d6682302..3ff89ae6f4b 100644 --- a/mod/lti/locallib.php +++ b/mod/lti/locallib.php @@ -164,7 +164,7 @@ function lti_view($instance) { $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);