diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php
index f72eaca0c25..25874e9336e 100644
--- a/htdocs/core/class/html.form.class.php
+++ b/htdocs/core/class/html.form.class.php
@@ -4002,6 +4002,7 @@ class Form
var inputvalue = $("#" + inputname + more).val();
if (typeof inputvalue == "undefined") { inputvalue=""; }
options += "&" + inputname + "=" + encodeURIComponent(inputvalue);
+ options += "&token=" + encodeURIComponent('.$_SESSION['newtoken'].')
});
}
var urljump = pageyes + (pageyes.indexOf("?") < 0 ? "?" : "") + options;