Manage page base
This commit is contained in:
@@ -164,7 +164,7 @@ class Plugin(object):
|
||||
def getCache(self, cache_key, url = None):
|
||||
cache = Env.get('cache').get(cache_key)
|
||||
if cache:
|
||||
log.debug('Getting cache %s' % cache_key)
|
||||
if not Env.setting('development'): log.debug('Getting cache %s' % cache_key)
|
||||
return cache
|
||||
|
||||
if url:
|
||||
|
||||
Reference in New Issue
Block a user