display ips to admins/users on profile

This commit is contained in:
Baris Soner Usakli
2014-02-25 17:34:42 -05:00
parent de3bc84fde
commit 1ba3acfd03
4 changed files with 24 additions and 3 deletions

View File

@@ -593,7 +593,7 @@ var fs = require('fs'),
user.getFollowStats(uid, next);
},
ips: function(next) {
user.getIPs(uid, next);
user.getIPs(uid, 4, next);
}
}, function(err, results) {
if(err || !results.userData) {