FCLT#55437 AiAi auto order - k_all_IS_MISSING' is undefined

svn path=/Website/branches/v2018.2/; revision=39925
This commit is contained in:
Alex Tiehuis
2018-11-22 15:13:47 +00:00
parent 92ae87d3f5
commit cba2a90a4b

View File

@@ -492,7 +492,7 @@ for (var u = 0; u < uitvkeyArray.length; u++)
// in case a flexparameter with upload files contains a k[index]file0 (k1file0/k2file0...etc) parameter
// Alleen 'M', F en E zijn max 1 file
for (index=1; index<=getFParamInt("k_all"); index++)
for (index=1; index<=getFParamInt("k_all",0); index++)
{
if (getFParam("k" + index + "file0", "") != "")
{