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;
}
byte[] resource = null;
resource = Cache.getContent(url.hash());
byte[] resource = Cache.getContent(url.hash());
if (resource == null) return prop;
// check request type

Loading…
Cancel
Save