1
0
Fork 0

Merge branch '1.1' of github.com:triAGENS/ArangoDB into devel

This commit is contained in:
Frank Celler 2012-10-20 22:56:54 +02:00
commit d27ba1cf30
1 changed files with 1 additions and 1 deletions

View File

@ -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));