From b86aa448548236a9fcf0d7fcfdbc4cb9282447b3 Mon Sep 17 00:00:00 2001 From: piers Date: Thu, 4 Dec 2008 03:25:43 +0000 Subject: [PATCH] MDL-17310 - Fixup an issue with relative directory paths. Thanks Jonathan. --- mod/scorm/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/scorm/settings.php b/mod/scorm/settings.php index c9742b0083..5212f3a2e1 100644 --- a/mod/scorm/settings.php +++ b/mod/scorm/settings.php @@ -1,5 +1,5 @@ dirroot . '/mod/scorm/locallib.php'); $yesno = array(0 => get_string('no'), 1 => get_string('yes')); -- 2.39.5