Skip to content

Commit

Permalink
Merge pull request #40 from MrFelna/patchContainerDebugLookup
Browse files Browse the repository at this point in the history
patch container debug lookup
  • Loading branch information
justincarter committed Jan 20, 2016
2 parents 542af6a + c97afaa commit 24d9e68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/rules/container.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -562,7 +562,7 @@ $Developer: Geoff Bowers ([email protected]) $
<!--- <cfset oError.logData(oError.normalizeError(cfcatch)) /> --->

<!--- show error if debugging --->
<cfif isdefined("url.debug") and url.debug EQ 1>
<cfif isdefined("request.mode.debug") and request.mode.debug EQ 1>
<cfset request.cfdumpinited = false>

<skin:bubble title="Error with rule '#application.stcoapi[rule].displayName#'" bAutoHide="false" tags="rule,error">
Expand Down Expand Up @@ -669,4 +669,4 @@ $Developer: Geoff Bowers ([email protected]) $
</cffunction>


</cfcomponent>
</cfcomponent>

0 comments on commit 24d9e68

Please sign in to comment.