Skip to content

Commit

Permalink
Update debug.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jul 12, 2024
1 parent a334270 commit b6e0229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom/bad-cfconfig/debug.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
_exts = extensionList();
exts = {};
loop query=_exts {
exts [ _exts.id ] = QueryRowData( _exts, exts.currentrow ) ;
exts [ _exts.id ] = QueryRowData( _exts, _exts.currentrow ) ;
}
systemOutput( exts, true );
Expand Down

0 comments on commit b6e0229

Please sign in to comment.