mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
added link to RSS for /recent, fixed RSS generation error for /recent
This commit is contained in:
@@ -663,7 +663,7 @@ var path = require('path'),
|
||||
};
|
||||
|
||||
if (!fs.existsSync(rssPath)) {
|
||||
feed.updaterecent(function (err) {
|
||||
feed.updateRecent(function (err) {
|
||||
if (err) {
|
||||
res.redirect('/404');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user