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

1.10.x
Julio Montoya 11 years ago
commit 4b84f43a14
  1. 2
      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);
}
}
}

Loading…
Cancel
Save