From 4645136ec24a531fdfe1272efef6d08f5ab5d28a Mon Sep 17 00:00:00 2001 From: Arthur Portugal Date: Wed, 28 Oct 2009 12:13:41 -0500 Subject: [PATCH] Fixed Bug into learning path to use the Import SCORM DT#5496 --- main/upload/index.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/main/upload/index.php b/main/upload/index.php index ae9ac31298..116352dd6a 100755 --- a/main/upload/index.php +++ b/main/upload/index.php @@ -67,7 +67,9 @@ function check_unzip() { // --> "; -$is_allowed_to_edit = api_is_allowed_to_edit(); + +//$is_allowed_to_edit = api_is_allowed_to_edit(); +$is_allowed_to_edit = api_is_allowed_to_edit(null,true); if(!$is_allowed_to_edit){ api_not_allowed(true); }