mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
fixed ajaxifying to advanced/logs
This commit is contained in:
@@ -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()
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user