1
0
mirror of /repos/Prototyper.git synced 2025-12-30 06:31:32 +01:00

human copy paste error

This commit is contained in:
Aiko Mastboom 2013-04-22 01:28:23 +02:00
parent 869752f575
commit c809c0e983

View File

@ -191,7 +191,7 @@ module.exports = function (config, mongoInstance, sharemodel) {
mongoInstance.setMongoAttribute(remainder, context, function (err, attribute_result) {
if (err) {
config.errors && console.log('ERR importer.importer setMongoAttribute', err);
return cb(err);
return callback(err);
}
var documentId = 'text:'+context.collection + ':' + parent_result._id+ ':' + context.attribute;
console.log('3 removing documentID',documentId);