110 subparam fixes
This commit is contained in:
@@ -173,8 +173,13 @@
|
||||
|
||||
<cfset var map={}/>
|
||||
<cftry>
|
||||
<cfset var map=deserializeJson(arguments.qParam.param_value)/>
|
||||
<cfcatch type="any"><cfrethrow/></cfcatch>
|
||||
<cfset map=deserializeJson(arguments.qParam.param_value)/>
|
||||
<cfif !isStruct(map)>
|
||||
<cfset map={}/>
|
||||
</cfif>
|
||||
<cfcatch type="any">
|
||||
<cfrethrow/>
|
||||
</cfcatch>
|
||||
</cftry>
|
||||
|
||||
<cfquery name="local.qSubparam">
|
||||
|
||||
Reference in New Issue
Block a user