1
0
Fork 0

added flushModuleCache for resetEngine

This commit is contained in:
Frank Celler 2013-03-28 09:53:20 +01:00
parent 8e52bc6143
commit 54e7305060
1 changed files with 1 additions and 1 deletions

View File

@ -131,7 +131,7 @@
////////////////////////////////////////////////////////////////////////////////
internal.resetEngine = function () {
internal.output("warning: routing engine resetted\n");
internal.flushModuleCache();
require("org/arangodb/actions").reloadRouting();
};