diff --git a/modules/core/Global.js b/modules/core/Global.js index b3c2abd8..ed18217a 100644 --- a/modules/core/Global.js +++ b/modules/core/Global.js @@ -213,7 +213,7 @@ var encodeForm = function(text) { if (text === null || !text.length) return text; - return encode(str, false); + return encode(text, false); }; /**