Signed-off-by: Marek Otahal <markotahal@gmail.com>
pull/1/head
Marek Otahal 13 years ago committed by Michael Peter Christen
parent ed253b7aff
commit 6d8faa8066

@ -53,8 +53,7 @@ public class CacheResource_p {
return prop; return prop;
} }
byte[] resource = null; byte[] resource = Cache.getContent(url.hash());
resource = Cache.getContent(url.hash());
if (resource == null) return prop; if (resource == null) return prop;
// check request type // check request type

Loading…
Cancel
Save