diff --git a/main/newscorm/lp_content.php b/main/newscorm/lp_content.php index 882cb8944f..5f792e2ac1 100644 --- a/main/newscorm/lp_content.php +++ b/main/newscorm/lp_content.php @@ -59,5 +59,4 @@ $save_setting = get_setting("show_navigation_menu"); global $_setting; $_setting['show_navigation_menu'] = false; if($debug>0){error_log('New LP - In lp_content.php - Loading '.$src,0);} -header("Location: $src"); -?> \ No newline at end of file +header("Location: ".urldecode($src)); \ No newline at end of file