fixed image upload

This commit is contained in:
Baris Soner Usakli
2013-09-05 14:12:39 -04:00
parent 1f60578a63
commit a88ddc2a4d

View File

@@ -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 {