[Checkins] SVN: Products.GenericSetup/trunk/Products/GenericSetup/tool.py Correct security declaration

Wichert Akkerman wichert at wiggy.net
Sun Jan 13 17:31:41 EST 2008


Log message for revision 82855:
  Correct security declaration

Changed:
  U   Products.GenericSetup/trunk/Products/GenericSetup/tool.py

-=-
Modified: Products.GenericSetup/trunk/Products/GenericSetup/tool.py
===================================================================
--- Products.GenericSetup/trunk/Products/GenericSetup/tool.py	2008-01-13 21:44:20 UTC (rev 82854)
+++ Products.GenericSetup/trunk/Products/GenericSetup/tool.py	2008-01-13 22:31:40 UTC (rev 82855)
@@ -1120,7 +1120,7 @@
                }
 
 
-    security.declareProtected(ManagePortal, 'getProfileInstallChain')
+    security.declareProtected(ManagePortal, 'getProfileDependencyChain')
     def getProfileDependencyChain(self, profile_id, seen=None):
         if seen is None:
             seen = set()



More information about the Checkins mailing list