fixing url - refs BT#9941

1.10.x
Nicolas Ducoulombier 11 years ago committed by Yannick Warnier
parent 58eb691e2a
commit 9eb7739e90
  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