[Checkins] SVN: Products.CMFCore/branches/2.1/Products/CMFCore/ - fiveactionstool: fix typo in a method name that isn't even used in the CMF

Jens Vagelpohl jens at dataflake.org
Tue Aug 26 10:36:24 EDT 2008


Log message for revision 90335:
  - fiveactionstool: fix typo in a method name that isn't even used in the CMF
    or Plone.
  

Changed:
  U   Products.CMFCore/branches/2.1/Products/CMFCore/CHANGES.txt
  U   Products.CMFCore/branches/2.1/Products/CMFCore/fiveactionstool.py

-=-
Modified: Products.CMFCore/branches/2.1/Products/CMFCore/CHANGES.txt
===================================================================
--- Products.CMFCore/branches/2.1/Products/CMFCore/CHANGES.txt	2008-08-26 14:34:16 UTC (rev 90334)
+++ Products.CMFCore/branches/2.1/Products/CMFCore/CHANGES.txt	2008-08-26 14:36:23 UTC (rev 90335)
@@ -4,7 +4,10 @@
 2.1.2 (unreleased)
 ------------------
 
+- fiveactionstool: fix typo in a method name that isn't even used in the CMF 
+  or Plone.
 
+
 2.1.2-beta (2008-08-26)
 -----------------------
 

Modified: Products.CMFCore/branches/2.1/Products/CMFCore/fiveactionstool.py
===================================================================
--- Products.CMFCore/branches/2.1/Products/CMFCore/fiveactionstool.py	2008-08-26 14:34:16 UTC (rev 90334)
+++ Products.CMFCore/branches/2.1/Products/CMFCore/fiveactionstool.py	2008-08-26 14:36:23 UTC (rev 90335)
@@ -43,7 +43,7 @@
 
     security = ClassSecurityInfo()
 
-    def getReqestURL(self):
+    def getRequestURL(self):
         return self.REQUEST.URL
 
     security.declarePrivate('listActions')



More information about the Checkins mailing list