aboutsummaryrefslogtreecommitdiffstats
path: root/src/configreader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/configreader.cpp')
-rw-r--r--src/configreader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configreader.cpp b/src/configreader.cpp
index e4ddb4719..edebdbba3 100644
--- a/src/configreader.cpp
+++ b/src/configreader.cpp
@@ -538,7 +538,7 @@ void ServerConfig::Read()
ParseStack stack(this);
try
{
- valid = stack.ParseFile(ServerInstance->ConfigFileName, 0);
+ valid = stack.ParseFile(ServerInstance->ConfigFileName, FLAG_USE_XML);
}
catch (CoreException& err)
{