Fix mismatched cfif/cftry tags in updateStatus.cfm
Extra </cfif> at line 243 had no matching opener. Was hidden by Lucee's template cache until the Tomcat restart exposed it. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
4e0c2ee1bf
commit
61949586f5
1 changed files with 0 additions and 1 deletions
|
|
@ -240,7 +240,6 @@
|
||||||
<cfset cashTaskCreated = true>
|
<cfset cashTaskCreated = true>
|
||||||
</cfif><!--- qExistingCashTask.recordCount EQ 0 --->
|
</cfif><!--- qExistingCashTask.recordCount EQ 0 --->
|
||||||
</cfif>
|
</cfif>
|
||||||
</cfif>
|
|
||||||
<cfcatch>
|
<cfcatch>
|
||||||
<!--- Task creation failed, but don't fail the status update --->
|
<!--- Task creation failed, but don't fail the status update --->
|
||||||
</cfcatch>
|
</cfcatch>
|
||||||
|
|
|
||||||
Reference in a new issue