Browse Source

FIXED Problem in URL with special characters CT#1804

Alberto Torreblanca 14 years ago
parent
commit
6fd0117043
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/link/link_goto.php

+ 1 - 1
main/link/link_goto.php

@@ -21,7 +21,7 @@
 require_once '../inc/global.inc.php';
 $this_section = SECTION_COURSES;
 
-$link_url = Security::remove_XSS($_GET['link_url']);
+$link_url = html_entity_decode(Security::remove_XSS($_GET['link_url']));
 $link_id = intval($_GET['link_id']);
 
 // Launch event