Fix #1367: async.series was lacking callback in checkPad.js

This commit is contained in:
Marcel Klehr 2013-01-17 17:31:56 +01:00
parent 6802353306
commit 90ca3d53c3
1 changed files with 2 additions and 4 deletions

View File

@ -28,10 +28,8 @@ async.series([
function(callback) {
settings = require('../src/node/utils/Settings');
db = require('../src/node/db/DB');
},
//intallize the database
function (callback)
{
//intallize the database
db.init(callback);
},
//get the pad