From bdce2b2cd9c59499515b1453d15ea5dce0fce2a7 Mon Sep 17 00:00:00 2001 From: Jamie Jackson Date: Mon, 14 Jul 2014 14:45:47 -0400 Subject: [PATCH] Enabled component instantiation in Railo 4.2 --- timezone.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timezone.cfc b/timezone.cfc index 07fa77a..072aa3a 100644 --- a/timezone.cfc +++ b/timezone.cfc @@ -482,7 +482,7 @@ methods in this CFC: if (isValidTZ(aTZ)) { - aTZStruct.Entry[aTZ].Detail = getTimeZone(aTZ); + aTZStruct.Entry[aTZ].Detail = this.getTimeZone(aTZ); } else {