small pagination fix

This commit is contained in:
Baris Soner Usakli
2014-02-10 22:45:52 -05:00
parent bc7fd3a724
commit d0452dcc80
2 changed files with 10 additions and 6 deletions

View File

@@ -228,7 +228,7 @@ SocketPosts.getFavouritedUsers = function(socket, pid, callback) {
};
SocketPosts.getPidPage = function(socket, pid, callback) {
posts.getPidPage(pid, callback);
posts.getPidPage(pid, socket.uid, callback);
}
SocketPosts.flag = function(socket, pid, callback) {