Open GoogleCodeExporter opened 9 years ago
And, of course, I forgot to attach the file
Original comment by jerry.he...@gmail.com
on 11 Jul 2008 at 7:53
Attachments:
Hi, i came across with a bug in PublishLink method at line 167:
postArguments["image" + i + "_link"] = imageUrls[i].Url;
should be as:
postArguments["image" + i + "_link"] = imageUrls[i].Link;
Original comment by barisesk...@gmail.com
on 11 Oct 2009 at 11:55
Original issue reported on code.google.com by
jerry.he...@gmail.com
on 11 Jul 2008 at 7:52