It seems that in the theme_amazon_filter function there are several "$output =" that should be "$output .=" with the .= for appending the data rather than completely over-writing it every time.

I attached a patch for it, but it's pretty trivial.

CommentFileSizeAuthor
amazonfilter_output.diff1.48 KBgreggles

Comments

eaton’s picture

Status: Active » Fixed

Fixed. Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)