mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 03:01:08 +01:00
fix: picture not showing up in change modal
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports = function (SocketUser) {
|
||||
if (uploaded) {
|
||||
list.pictures.push({
|
||||
type: 'uploaded',
|
||||
url: data.uploaded,
|
||||
url: uploaded,
|
||||
text: '[[user:uploaded_picture]]',
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user