From 912ef8f2a0eddcafc2b980f1dfbe7fdab7b5fb0b Mon Sep 17 00:00:00 2001 From: MvdO79 Date: Sun, 5 Nov 2023 20:34:47 +0100 Subject: [PATCH] Update internal.cfm --- wheels/global/internal.cfm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wheels/global/internal.cfm b/wheels/global/internal.cfm index 815cb07f5..faf33a942 100644 --- a/wheels/global/internal.cfm +++ b/wheels/global/internal.cfm @@ -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);