From 4ea9b1182f3c2e2bbbfb346ff3712f72402b1448 Mon Sep 17 00:00:00 2001 From: Massimo Di Pierro Date: Fri, 24 Aug 2012 09:24:50 -0500 Subject: [PATCH] fixed app_cleanup of cache, thanks Spiffytech --- VERSION | 2 +- gluon/admin.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index cca4a5d3..672bc5b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -Version 2.00.0 (2012-08-24 09:23:07) dev +Version 2.00.0 (2012-08-24 09:24:38) dev diff --git a/gluon/admin.py b/gluon/admin.py index ce7bdaab..b5037bd8 100644 --- a/gluon/admin.py +++ b/gluon/admin.py @@ -126,7 +126,7 @@ def app_cleanup(app, request): r = False # Remove cache files - path = apath('%s/sessions/' % app, request) + path = apath('%s/cache/' % app, request) if os.path.exists(path): for f in os.listdir(path): try: