Skip to content

Commit

Permalink
[xs] update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Apr 30, 2012
1 parent 1cdada3 commit a75b681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/config/middleware.py
Expand Up @@ -134,7 +134,7 @@ def make_app(global_conf, full_stack=True, static_files=True, **app_conf):
if asbool(config.get('ckan.page_cache_enabled')):
app = PageCacheMiddleware(app, config)

# Tracking add config option
# Tracking
if asbool(config.get('ckan.tracking_enabled', 'false')):
app = TrackingMiddleware(app, config)
return app
Expand Down

0 comments on commit a75b681

Please sign in to comment.