fixed image upload

v1.18.x
Baris Soner Usakli 12 years ago
parent 1f60578a63
commit a88ddc2a4d

@ -152,7 +152,7 @@ define(['taskbar'], function(taskbar) {
pid: threadData.pid,
title: threadData.title || '',
body: threadData.body || '',
images: threadData.uploadedImages
images: threadData.uploadedImages || []
};
composer.load(uuid);
} else {

Loading…
Cancel
Save