Commit f205f423 authored by Ivan Tyagov's avatar Ivan Tyagov

Fixed some dirty code.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11073 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c778083
......@@ -83,7 +83,7 @@ class CacheFactory:
self.expire()
quick_cached = self.quick_cache.get(cache_id, scope)
if quick_cached:
if quick_cached is not None:
#print "HIT RAM", self.quick_cache
return quick_cached.getValue()
else:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment