From ad1645c83fbac8a08458b0357562f8d455313d49 Mon Sep 17 00:00:00 2001 From: pb Date: Thu, 7 May 2009 22:26:48 +0000 Subject: [PATCH] Bugfix: typo in CCMResourceManager git-svn-id: https://svn.libreccm.org/ccm/trunk@155 8810af33-2d31-482b-a856-94f89814c4df --- ccm-core/src/com/arsdigita/runtime/CCMResourceManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccm-core/src/com/arsdigita/runtime/CCMResourceManager.java b/ccm-core/src/com/arsdigita/runtime/CCMResourceManager.java index 89a485b3c..ac9d479f2 100755 --- a/ccm-core/src/com/arsdigita/runtime/CCMResourceManager.java +++ b/ccm-core/src/com/arsdigita/runtime/CCMResourceManager.java @@ -201,7 +201,7 @@ public final class CCMResourceManager { } else { // presumably old style, add path to standard context name - home += "/webapps/ROOT)"; + home += "/webapps/ROOT"; } File file = new File(home);