Skip to content

Commit 56ba4fb

Browse files
author
Blair McKenzie
committed
fixes to handle screwy event properties
1 parent 1e71745 commit 56ba4fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/events/cloudsearch.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
<!--- update index --->
3131
<cfif not structIsEmpty(st)>
32-
<cfset structappend(stProps, application.fapi.getContentType(typename=stProps.typename, objectid=stProps.objectid)) />
32+
<cfset structappend(stProps, application.fapi.getContentType(typename=stProps.typename, objectid=stProps.objectid), false) />
3333
<cfset application.fapi.getContentType("csContentType").importIntoCloudSearch(stObject=stProps, operation="updated") />
3434
</cfif>
3535
</cffunction>

0 commit comments

Comments
 (0)