diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 4767c62367..77279fa916 100755 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -3447,7 +3447,7 @@ class learnpath $linkProtocol = substr($file, 0, 5); if ($linkProtocol === 'http:') { //this is the special intervention case - $file = 'embed.php?type=nonhttps&source=' . $file; + $file = 'embed.php?type=nonhttps&source=' . urlencode($file); } } }