Skip to content

Commit

Permalink
test: change to bif from member function
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 21, 2023
1 parent 442a389 commit babadc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tickets/LDEV4348/LDEV4348.cfm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<cfscript>
settings = getApplicationSettings();
echo( settings.xmlFeatures.toJson() );
echo( serializeJson(settings.xmlFeatures) );
</cfscript>

0 comments on commit babadc0

Please sign in to comment.