mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-02-02 12:39:25 +01:00
feat(forums): edit/delete forum by oper/admin
This commit is contained in:
@@ -61,6 +61,7 @@ exports.update = function (req, res) {
|
||||
forum.desc = req.body.desc;
|
||||
forum.order = req.body.order;
|
||||
forum.readOnly = req.body.readOnly;
|
||||
forum.category = req.body.category;
|
||||
|
||||
forum.save(function (err) {
|
||||
if (err) {
|
||||
|
||||
Reference in New Issue
Block a user