瀏覽代碼

FIXED Problem in URL with special characters CT#1804

Alberto Torreblanca 14 年之前
父節點
當前提交
6fd0117043
共有 1 個文件被更改,包括 1 次插入1 次删除
  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