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:
vgilc 2017-12-21 10:47:08 +01:00
commit b8615d8a29
1 changed files with 2 additions and 0 deletions

View File

@ -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);
}