mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
Merge branch 'MDL-56975-master' of git://github.com/jleyva/moodle
This commit is contained in:
commit
30f023b1b3
@ -94,7 +94,8 @@ $isios = core_useragent::is_ios();
|
||||
if ($confirmed or $isios) {
|
||||
$PAGE->set_context(context_system::instance());
|
||||
$PAGE->set_heading($COURSE->fullname);
|
||||
$PAGE->set_url('/local/mobile/launch.php', array('service' => $serviceshortname, 'passport' => $passport, 'urlscheme' => $urlscheme));
|
||||
$params = array('service' => $serviceshortname, 'passport' => $passport, 'urlscheme' => $urlscheme, 'confirmed' => $confirmed);
|
||||
$PAGE->set_url("/$CFG->admin/tool/mobile/launch.php", $params);
|
||||
|
||||
echo $OUTPUT->header();
|
||||
if ($confirmed) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user