Skip to content

Commit 3a2072e

Browse files
author
Andrew Mercer
committed
WIP
1 parent b6de7bb commit 3a2072e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tags/navajo/display.cfm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868
<cfparam name="url.type" default="" />
6969
<cfparam name="url.view" default="" />
7070

71-
<!--- AJM FC-3138 HPC-1132 --->
72-
<cfif NOT StructKeyExists(application.stCOAPI, url.type)>
71+
<!--- ensure application.stCOAPI record exists for url.type --->
72+
<cfif StructKeyExists(URL, 'type') AND NOT StructKeyExists(application.stCOAPI, url.type)>
7373
<cfset url.type = ''>
7474
</cfif>
7575

0 commit comments

Comments
 (0)