summaryrefslogtreecommitdiff
path: root/source/com/c2kernel/utils/CastorXMLUtility.java
diff options
context:
space:
mode:
Diffstat (limited to 'source/com/c2kernel/utils/CastorXMLUtility.java')
-rw-r--r--[-rwxr-xr-x]source/com/c2kernel/utils/CastorXMLUtility.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/com/c2kernel/utils/CastorXMLUtility.java b/source/com/c2kernel/utils/CastorXMLUtility.java
index 3f23d53..07e8e3f 100755..100644
--- a/source/com/c2kernel/utils/CastorXMLUtility.java
+++ b/source/com/c2kernel/utils/CastorXMLUtility.java
@@ -41,7 +41,7 @@ public class CastorXMLUtility
Logger.msg(3, "Loading maps from "+mapURL);
String index;
try {
- index = FileStringUtility.url2String( new URL(mapURL, "index.xml") );
+ index = FileStringUtility.url2String( new URL(mapURL, "index") );
} catch (Exception e) {
Logger.warning("Could not load map index from "+mapURL.toString());
return;