[ckan-changes] [okfn/ckan] a75b68: [xs] update comment

GitHub noreply at github.com
Mon Apr 30 15:11:22 UTC 2012


  Branch: refs/heads/master
  Home:   https://github.com/okfn/ckan
  Commit: a75b6814606f2519614291b25938b9f9abd0694d
      https://github.com/okfn/ckan/commit/a75b6814606f2519614291b25938b9f9abd0694d
  Author: Toby <toby.junk at gmail.com>
  Date:   2012-04-30 (Mon, 30 Apr 2012)

  Changed paths:
    M ckan/config/middleware.py

  Log Message:
  -----------
  [xs] update comment


diff --git a/ckan/config/middleware.py b/ckan/config/middleware.py
index f0dca73..ea1dccb 100644
--- a/ckan/config/middleware.py
+++ b/ckan/config/middleware.py
@@ -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


================================================================



More information about the ckan-changes mailing list