Skip to content

Commit

Permalink
Merge pull request SDWebImage#327 from bm-i/patch-1
Browse files Browse the repository at this point in the history
Fix SDWebImageManager transformDownloadedImage
  • Loading branch information
Olivier Poitrey committed Mar 12, 2013
2 parents 8cfd26f + 55096d8 commit fb28dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SDWebImage/SDWebImageManager.m
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ - (NSString *)cacheKeyForURL:(NSURL *)url

if (transformedImage && finished)
{
[self.imageCache storeImage:transformedImage imageData:data forKey:key toDisk:cacheOnDisk];
[self.imageCache storeImage:transformedImage imageData:nil forKey:key toDisk:cacheOnDisk];
}
});
}
Expand Down

0 comments on commit fb28dfe

Please sign in to comment.