mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-32620 whitespace + comment fixes.
This commit is contained in:
parent
1ead0c63e9
commit
6d6bd5f114
1 changed files with 3 additions and 3 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue