aboutsummaryrefslogtreecommitdiff
path: root/node_simple.js
diff options
context:
space:
mode:
Diffstat (limited to 'node_simple.js')
-rw-r--r--node_simple.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/node_simple.js b/node_simple.js
index 7f616f7..db65e64 100644
--- a/node_simple.js
+++ b/node_simple.js
@@ -114,7 +114,7 @@ exports.add_user = function (fields, callbackUser) {
};
// find out if this user already exists by checking their email
- exports.find_user( fields[0] ,callbackUser, function (result) {
+ exports.find_user( fields[0] ,callbackUser, function (result, callbackUser) {
console.log("inside find_user");
if (result == false) {
console.log("no such user found");