Skip to content

Commit 72e4cc9

Browse files
committed
Merged r12846 ONLY of p600 into p610
git-svn-id: https://farcry.jira.com/svn/FC/branches/p610@12847 8f7d33b6-1012-0410-9a5a-bb7ecce9c363
1 parent 71b4286 commit 72e4cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/lib/objectBroker.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,7 @@
505505
</cfif>
506506

507507

508-
<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)))>
508+
<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)))>
509509
<!--- DO NOT ADD TO CACHE IF IN DESIGN MODE or SHOWING MORE THAN APPROVED OBJECTS or UPDATING APP --->
510510
<cfelseif len(arguments.HTML)>
511511
<cfif structKeyExists(application.stcoapi[webskinTypename].stWebskins, arguments.template) >

0 commit comments

Comments
 (0)