Fix a conditing preventing from disk caching when data is not provided (fix #69)

This commit is contained in:
Olivier Poitrey 2012-03-10 17:53:24 +01:00
parent 8357f64a68
commit 3074f55de2
1 changed files with 0 additions and 1 deletions

View File

@ -203,7 +203,6 @@ static SDImageCache *instance;
if (toDisk)
{
if (!data) return;
NSArray *keyWithData;
if (data)
{