Skip to content

Commit 81b5cd7

Browse files
author
Blair McKenzie
committed
FC-3102 fix to uncache function
1 parent a03fff7 commit 81b5cd7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/types/farFU.cfc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1590,12 +1590,10 @@
15901590
<cfreturn arguments.data />
15911591
</cffunction>
15921592

1593-
<cffunction name="uncacheExistsTypeFU" access="public" output="false" returntype="boolean">
1593+
<cffunction name="uncacheExistsTypeFU" access="public" output="false" returntype="void">
15941594
<cfargument name="typename" type="string" required="true" />
15951595

15961596
<cfset application.fc.lib.objectBroker.RemoveFromObjectBroker("exists-"&arguments.typename, "fuLookup") />
1597-
1598-
<cfreturn arguments.data />
15991597
</cffunction>
16001598

16011599
<cffunction name="getFUStructByObjectID" access="public" output="false" returntype="struct">

0 commit comments

Comments
 (0)