From a024eaa5fc33cb2b64e806ef7acbcc2030e1c61a Mon Sep 17 00:00:00 2001 From: Gareth J Barnard Date: Tue, 21 Oct 2014 15:37:31 +0100 Subject: [PATCH] MDL-47795 SCORM: SCORM report not a report. --- mod/scorm/report.php | 1 + 1 file changed, 1 insertion(+) diff --git a/mod/scorm/report.php b/mod/scorm/report.php index 593589c698c86..7e39f2ed1cff1 100644 --- a/mod/scorm/report.php +++ b/mod/scorm/report.php @@ -52,6 +52,7 @@ $PAGE->set_url($url); require_login($course, false, $cm); +$PAGE->set_pagelayout('report'); require_capability('mod/scorm:viewreport', $contextmodule);