[Checkins] SVN: Products.CMFCore/trunk/Products/CMFCore/exportimport/cookieauth.py I really need to test more

Wichert Akkerman wichert at wiggy.net
Sun Dec 23 17:40:05 EST 2007


Log message for revision 82414:
  I really need to test more

Changed:
  U   Products.CMFCore/trunk/Products/CMFCore/exportimport/cookieauth.py

-=-
Modified: Products.CMFCore/trunk/Products/CMFCore/exportimport/cookieauth.py
===================================================================
--- Products.CMFCore/trunk/Products/CMFCore/exportimport/cookieauth.py	2007-12-23 22:38:20 UTC (rev 82413)
+++ Products.CMFCore/trunk/Products/CMFCore/exportimport/cookieauth.py	2007-12-23 22:40:05 UTC (rev 82414)
@@ -63,7 +63,7 @@
     """
     site = context.getSite()
     tool = getToolByName(site, 'cookie_authentication', None)
-    if tool is not None:
+    if tool is None:
         logger = context.getLogger('cookies')
         logger.debug('Nothing cookie tool to import.')
         return



More information about the Checkins mailing list