Skip to content

Commit

Permalink
Update internal.cfm
Browse files Browse the repository at this point in the history
  • Loading branch information
MvdO79 authored Nov 5, 2023
1 parent dd9e325 commit 912ef8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wheels/global/internal.cfm
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public string function $hashedKey() {
// make all cache keys domain specific (do not use request scope below since it may not always be initialized)
StructInsert(arguments, ListLen(StructKeyList(arguments)) + 1, cgi.http_host, true);
// we need to make sure we are looping through the passed in arguments in the same order everytime
// we need to make sure we are looping through the passed in arguments in the same order every time
local.values = [];
local.keyList = ListSort(StructKeyList(arguments), "textnocase", "asc");
local.iEnd = ListLen(local.keyList);
Expand Down

0 comments on commit 912ef8f

Please sign in to comment.