Browse Source

Merge branch '1.10.x' of ssh://github.com/chamilo/chamilo-lms into 1.10.x

Julio Montoya 9 years ago
parent
commit
4b84f43a14
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/learnpath.class.php

+ 1 - 1
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);
                                     }
                                 }
                             }