Home › Support › Image Store › Download link corrupted › Reply To: Download link corrupted
June 9, 2012 at 3:47 pm
#47789
Xpark Media
Keymaster
locate the file “image-store/admin/download.php” look for this code
do_action( 'ims_apply_color_filter', &$image );
and replace it with this one do_action( 'ims_apply_color_filter', $image );