Merge branch '1574-Fallo-JS-con-cabeceras-POST' into 'develop'
Apply safe input to ui_get_url_refresh return - fix text form inputs js error - #1574 See merge request artica/pandorafms!1084
This commit is contained in:
commit
b8615d8a29
|
@ -2301,6 +2301,8 @@ function ui_get_url_refresh ($params = false, $relative = true, $add_post = true
|
|||
|
||||
$url = htmlspecialchars ($url);
|
||||
|
||||
$url = io_safe_input ($url);
|
||||
|
||||
if (! $relative) {
|
||||
return ui_get_full_url ($url);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue