rename controller for cache

This commit is contained in:
Seb Bacon 2011-02-18 11:27:57 +00:00
parent e7093b3f67
commit 4634fe5150
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class GAController(BaseController):
def __str__(self):
# XXX hack to provide consistent cache key; what's the
# canonical way of doing caching like this in CKAN right now?
return "analyticscontrollerx"
return "analyticscontroller"
def get_top_packages(self):
packages_data = self._get_ga_data()