mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 03:17:13 +02:00
closes #4524
This commit is contained in:
@@ -54,7 +54,7 @@ profileController.get = function(req, res, callback) {
|
||||
},
|
||||
aboutme: function(next) {
|
||||
if (userData.aboutme) {
|
||||
plugins.fireHook('filter:parse.raw', userData.aboutme, next);
|
||||
plugins.fireHook('filter:parse.aboutme', userData.aboutme, next);
|
||||
} else {
|
||||
next();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user