We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c62d03e commit b76f866Copy full SHA for b76f866
test/tickets/LDEV4955.cfc
@@ -56,7 +56,6 @@ component extends="org.lucee.cfml.test.LuceeTestCase" {
56
}
57
58
private function _expand ( str ){
59
- var webFactory = createObject("java", "lucee.runtime.config.ConfigUtil");
60
- return webFactory.replaceConfigPlaceHolders(getPageContext().getConfig(),str );
+ return getPageContext().getConfig().replacePlaceHolder( str );
61
62
0 commit comments