logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

Re: CVS: CMF/CMFCore - CookieCrumbler.py:1.19 PortalContent.py:1.43: msg#00046

Subject: Re: CVS: CMF/CMFCore - CookieCrumbler.py:1.19 PortalContent.py:1.43
Shane Hathaway wrote:
=== CMF/CMFCore/PortalContent.py 1.42 => 1.43 ===
--- CMF/CMFCore/PortalContent.py:1.42   Thu Feb 13 03:31:01 2003
+++ CMF/CMFCore/PortalContent.py        Mon Apr 28 17:11:13 2003
@@ -111,7 +111,7 @@
         '''
         view = _getViewFor(self)
         if getattr(aq_base(view), 'isDocTemp', 0):
-            return apply(view, (self, self.REQUEST))
+            return view(self, self.REQUEST)
         else:
             return view()

Oops, this was an unintentional checkin. But since it's a harmless style correction, I'll leave it.

Shane





<Prev in Thread] Current Thread [Next in Thread>