FSN#34619 FAC_IMPORT_REFKEY erbij

svn path=/Website/trunk/; revision=27240
This commit is contained in:
Jos Groot Lipman
2015-12-02 17:30:05 +00:00
parent c686c37a5a
commit e2107f2d3e

View File

@@ -42,7 +42,7 @@
var ref_key = null;
if (WScript.Arguments.length >= 2)
{
refkey = parseInt(WScript.Arguments(1), 10) || null;
ref_key = parseInt(WScript.Arguments(1), 10) || null;
}
if (isNaN(parseInt(import_app_key)))
{