We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd3e801 commit bdcd706Copy full SHA for bdcd706
install/manifest.cfc
@@ -8,7 +8,7 @@
8
9
<cffunction name="getStatus" output="false" access="public" returntype="string">
10
11
- <cfif isdefined("application.config.raygun.apiKey") and len(application.config.raygun.apiKey)>
+ <cfif len(application.fapi.getConfig('raygun', 'apiKey', ''))>
12
<cfreturn "good" />
13
<cfelse>
14
<cfreturn "bad" />
0 commit comments