Fixed a bug where photos were uploaded to the wrong album

pull/169/head
Tobias Reich 10 years ago
parent ba778998dd
commit bf7210de2a

@ -63,7 +63,7 @@ upload = {
progress;
if (files.length<=0) return false;
if (albumID===false) albumID = 0;
if (albumID===false||visible.albums()===true) albumID = 0;
formData.append("function", "upload");
formData.append("albumID", albumID);

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save