Fix missing closing tag in CFML
This commit is contained in:
parent
800d1f1246
commit
2905d0f9f8
1 changed files with 1 additions and 1 deletions
|
|
@ -411,7 +411,7 @@
|
|||
|
||||
<cfset response["OK"] = true>
|
||||
<cfset response["DATA"] = finalData>
|
||||
<cfset response["imagesProcessed"] = arrayLen(imageDataArray)
|
||||
<cfset response["imagesProcessed"] = arrayLen(imageDataArray)>
|
||||
<cfset response["DEBUG_RAW_RESULTS"] = allResults>
|
||||
<!--- Debug: show first category structure --->
|
||||
<cfif arrayLen(allResults) GT 0 AND structKeyExists(allResults[1], "categories") AND isArray(allResults[1].categories) AND arrayLen(allResults[1].categories) GT 0>
|
||||
|
|
|
|||
Reference in a new issue