mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
log post purges
This commit is contained in:
@@ -166,7 +166,7 @@ var winston = require('winston'),
|
||||
if (err || !canEdit) {
|
||||
return callback(err || new Error('[[error:no-privileges]]'));
|
||||
}
|
||||
|
||||
events.logPostPurge(uid, pid);
|
||||
posts.purge(pid, callback);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user