fixed ajaxifying to advanced/logs

This commit is contained in:
psychobunny
2014-10-11 16:30:07 -04:00
parent 91e11e304f
commit 2c95d8d82e
2 changed files with 1 additions and 1 deletions

View File

@@ -193,7 +193,7 @@ adminController.logs.get = function(req, res, next) {
data = '';
}
res.render('admin/advanced/log', {
res.render('admin/advanced/logs', {
data: data.toString()
});
});