mirror of https://gitee.com/bigwinds/arangodb
Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel
This commit is contained in:
commit
d27ba1cf30
|
@ -405,7 +405,7 @@ ModuleCache["/internal"] = new Module("/internal");
|
|||
|
||||
if (n !== null) {
|
||||
if (n.hasOwnProperty('content')) {
|
||||
return { path : "_collection/" + path, content : n.module };
|
||||
return { path : "_collection/" + path, content : n.content };
|
||||
}
|
||||
else {
|
||||
require("console").error("found empty content in '%s'", JSON.stringify(n));
|
||||
|
|
Loading…
Reference in New Issue