changeset 8809:d10f0645b125

Merged
author Sascha L. Teichmann <teichmann@intevation.de>
date Mon, 22 Feb 2016 17:26:36 +0100
parents 54e515504a3f (diff) 884617654878 (current diff)
children dbdb7c9bd51b
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/context/RiverContextFactory.java	Tue Feb 16 14:26:32 2016 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/context/RiverContextFactory.java	Mon Feb 22 17:26:36 2016 +0100
@@ -511,7 +511,7 @@
 
         log.debug("Parse theme cfg: " + themeConfig);
 
-        return XMLUtils.parseDocument(new File(themeConfig));
+        return XMLUtils.parseDocument(new File(themeConfig), true, XMLUtils.CONF_RESOLVER);
     }
 
 

http://dive4elements.wald.intevation.org