Skip to content

Commit bdcd706

Browse files
author
Blair McKenzie
committed
refactored application.config references into application.fapi.getConfig
1 parent fd3e801 commit bdcd706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/manifest.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<cffunction name="getStatus" output="false" access="public" returntype="string">
1010

11-
<cfif isdefined("application.config.raygun.apiKey") and len(application.config.raygun.apiKey)>
11+
<cfif len(application.fapi.getConfig('raygun', 'apiKey', ''))>
1212
<cfreturn "good" />
1313
<cfelse>
1414
<cfreturn "bad" />

0 commit comments

Comments
 (0)