From 9de94875e671b84847ec21e96c3ea7c9ff2314c5 Mon Sep 17 00:00:00 2001 From: Luis Majano Date: Fri, 27 Sep 2024 09:35:21 -0600 Subject: [PATCH] small typo --- Application.cfc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Application.cfc b/Application.cfc index 7a882d5..faf12c7 100644 --- a/Application.cfc +++ b/Application.cfc @@ -4,7 +4,7 @@ */ component { - this.name = "TestBox Development Suite " & hash( getCurrentTemplatePath() ); + this.name = "TestBox Development Suite"; this.sessionManagement = true; // Local mappings this.mappings[ "/testbox" ] = getDirectoryFromPath( getCurrentTemplatePath() );