dont display email/fullname if they are private

This commit is contained in:
barisusakli
2014-11-05 23:58:46 -05:00
parent 97633fe01e
commit 719290cd2b
2 changed files with 10 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ var async = require('async'),
}
if (user.password) {
user.password = null;
user.password = undefined;
}
if (!parseInt(user.uid, 10)) {