Log message for revision 38448:
   - Repair copy-paste bug.

Changed:
  U   
CMF/branches/geoffd-cachingpolicymanager-branch/CMFCore/CachingPolicyManager.py

-=-
Modified: 
CMF/branches/geoffd-cachingpolicymanager-branch/CMFCore/CachingPolicyManager.py
===================================================================
--- 
CMF/branches/geoffd-cachingpolicymanager-branch/CMFCore/CachingPolicyManager.py 
    2005-09-12 12:01:47 UTC (rev 38447)
+++ 
CMF/branches/geoffd-cachingpolicymanager-branch/CMFCore/CachingPolicyManager.py 
    2005-09-12 12:38:55 UTC (rev 38448)
@@ -662,7 +662,7 @@
 
         return ()
 
-    security.declareProtected( View, 'getHTTPCachingHeaders' )
+    security.declareProtected( View, 'getModTimeAndETag' )
     def getModTimeAndETag( self, content, view_method, keywords, time=None):
         """ Return the modification time and ETag for the content object,
             view method, and keywords as the tuple (modification_time, etag)

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to