From 18fd9bf1b9089ee008ad2c53b8d422eb5849b5c6 Mon Sep 17 00:00:00 2001 From: csantossaenz Date: Fri, 12 Jan 2007 12:17:34 +0000 Subject: [PATCH] The second paremeter has been removed from the required_param($reference) call for allow URL --- mod/scorm/validate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/scorm/validate.php b/mod/scorm/validate.php index 429c36786e..062640ad33 100755 --- a/mod/scorm/validate.php +++ b/mod/scorm/validate.php @@ -4,7 +4,7 @@ require_once('locallib.php'); $courseid = required_param('id', PARAM_INT); // Course Module ID - $reference = required_param('reference', PARAM_PATH); // Package path + $reference = required_param('reference'); // Package path $scormid = optional_param('instance', '', PARAM_INT); // scorm ID $confirmed = optional_param('confirmed', false, PARAM_BOOL); // This package is changed and some tracks could be lost. // Has the editor confirmed to continue? -- 2.39.5