mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 11:11:04 +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) {
|
if (uploaded) {
|
||||||
list.pictures.push({
|
list.pictures.push({
|
||||||
type: 'uploaded',
|
type: 'uploaded',
|
||||||
url: data.uploaded,
|
url: uploaded,
|
||||||
text: '[[user:uploaded_picture]]',
|
text: '[[user:uploaded_picture]]',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user