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, pid: threadData.pid,
title: threadData.title || '', title: threadData.title || '',
body: threadData.body || '', body: threadData.body || '',
images: threadData.uploadedImages images: threadData.uploadedImages || []
}; };
composer.load(uuid); composer.load(uuid);
} else { } else {

Loading…
Cancel
Save