Merge branch '1728-Enlaces-de-paginación-no-funcionan' into 'develop'

Fix pagination - #1728

See merge request artica/pandorafms!1208
This commit is contained in:
vgilc 2017-12-21 17:13:00 +01:00
commit 67d5280b33
1 changed files with 0 additions and 2 deletions

View File

@ -2301,8 +2301,6 @@ function ui_get_url_refresh ($params = false, $relative = true, $add_post = true
$url = htmlspecialchars ($url); $url = htmlspecialchars ($url);
$url = io_safe_input ($url);
if (! $relative) { if (! $relative) {
return ui_get_full_url ($url); return ui_get_full_url ($url);
} }