fixed missing currentPage

v1.18.x
barisusakli 11 years ago
parent 19c9f1bb19
commit 974333dbc3

@ -48,7 +48,7 @@ topicsController.get = function(req, res, next) {
return next(new Error('Topic deleted'), null);
}
}
topicData.currentPage = page;
next(err, topicData);
});
});
@ -176,7 +176,6 @@ topicsController.get = function(req, res, next) {
active: x === parseInt(page, 10)
});
}
res.render('topic', data);
});
};

Loading…
Cancel
Save