Open GoogleCodeExporter opened 9 years ago
This also seems to be the case for favorites.getPublicList
Original comment by will.tho...@gmail.com
on 2 Feb 2009 at 6:06
I fixed this by adding the following to parsePagedPhotoList in
MethodGroupHelper.as
photo.tags = new Array();
if(p.@tags != "") {
photo.tags = p.@tags.split(" ");
}
I've attached the updated file
Original comment by will.tho...@gmail.com
on 2 Feb 2009 at 6:47
Attachments:
Original issue reported on code.google.com by
flens...@gmail.com
on 29 Oct 2008 at 12:31