diff --git a/etemplate/js/et2_common.js b/etemplate/js/et2_common.js index dd4ebc4ec9..15bf011d77 100644 --- a/etemplate/js/et2_common.js +++ b/etemplate/js/et2_common.js @@ -305,7 +305,7 @@ function et2_csvSplit(_str, _num, _delimiter, _enclosure) // Default the parameters if (typeof _num == "undefined") { - _num == null; + _num = null; } if (typeof _delimiter == "undefined")