summaryrefslogtreecommitdiffstats
path: root/src/uscxml/plugins
diff options
context:
space:
mode:
authorStefan Radomski <github@mintwerk.de>2016-05-20 22:39:07 (GMT)
committerStefan Radomski <github@mintwerk.de>2016-05-20 22:39:07 (GMT)
commit045db3f61f776f8472a6ce7bd2ddbeda77cae872 (patch)
treee8e93fbdbf2e9ed37af321eb53b7d40399349594 /src/uscxml/plugins
parentb3f69eb2b306318be73327bf55a7af79e3e2922f (diff)
downloaduscxml-045db3f61f776f8472a6ce7bd2ddbeda77cae872.zip
uscxml-045db3f61f776f8472a6ce7bd2ddbeda77cae872.tar.gz
uscxml-045db3f61f776f8472a6ce7bd2ddbeda77cae872.tar.bz2
Passing all Lua tests again - might have broken external builds
Diffstat (limited to 'src/uscxml/plugins')
-rw-r--r--src/uscxml/plugins/invoker/scxml/USCXMLInvoker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/plugins/invoker/scxml/USCXMLInvoker.cpp b/src/uscxml/plugins/invoker/scxml/USCXMLInvoker.cpp
index f80d427..885f70d 100644
--- a/src/uscxml/plugins/invoker/scxml/USCXMLInvoker.cpp
+++ b/src/uscxml/plugins/invoker/scxml/USCXMLInvoker.cpp
@@ -146,7 +146,7 @@ void USCXMLInvoker::invoke(const std::string& source, const Event& invokeEvent)
// std::cout << *document << std::endl;
// TODO: where do we get the namespace from?
- _invokedInterpreter = Interpreter::fromDocument(document, _interpreter->getBaseURL());
+ _invokedInterpreter = Interpreter::fromDocument(document, _interpreter->getBaseURL(), false);
} else {
_isActive = false;