Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Allow webskin cache overwrites during a flushcache
git-svn-id: https://farcry.jira.com/svn/FC/branches/p600@12846 8f7d33b6-1012-0410-9a5a-bb7ecce9c363
  • Loading branch information
shib71 committed Aug 20, 2013
1 parent 5445285 commit 90ff2f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lib/objectBroker.cfc
Expand Up @@ -505,7 +505,7 @@
</cfif>


<cfif bForceFlush OR (structKeyExists(request,"mode") AND (request.mode.flushcache EQ 1 OR request.mode.showdraft EQ 1 OR request.mode.tracewebskins eq 1 OR request.mode.design eq 1 OR request.mode.lvalidstatus NEQ "approved" OR (structKeyExists(url, "updateapp") AND url.updateapp EQ 1)))>
<cfif bForceFlush OR (structKeyExists(request,"mode") AND (request.mode.showdraft EQ 1 OR request.mode.tracewebskins eq 1 OR request.mode.design eq 1 OR request.mode.lvalidstatus NEQ "approved" OR (structKeyExists(url, "updateapp") AND url.updateapp EQ 1)))>
<!--- DO NOT ADD TO CACHE IF IN DESIGN MODE or SHOWING MORE THAN APPROVED OBJECTS or UPDATING APP --->
<cfelseif len(arguments.HTML)>
<cfif structKeyExists(application.stcoapi[webskinTypename].stWebskins, arguments.template) >
Expand Down

0 comments on commit 90ff2f6

Please sign in to comment.