[Checkins] SVN: five.pt/trunk/src/five/pt/cmf.py Infinite loop,	tsk-tsk.
    Malthe Borch 
    mborch at gmail.com
       
    Sun Nov 16 17:57:18 EST 2008
    
    
  
Log message for revision 93024:
  Infinite loop, tsk-tsk.
Changed:
  U   five.pt/trunk/src/five/pt/cmf.py
-=-
Modified: five.pt/trunk/src/five/pt/cmf.py
===================================================================
--- five.pt/trunk/src/five/pt/cmf.py	2008-11-16 22:44:26 UTC (rev 93023)
+++ five.pt/trunk/src/five/pt/cmf.py	2008-11-16 22:57:18 UTC (rev 93024)
@@ -106,7 +106,7 @@
         return self._baseReadMetadata()
 
     def __call__(self, *args, **kwargs):
-        return self._call(FSControllerPageTemplate.__call__, *args, **kwargs)
+        return self._call(FSPageTemplate.__call__, *args, **kwargs)
 
 Globals.InitializeClass(FSPageTemplate)
 Globals.InitializeClass(FSControllerPageTemplate)
    
    
More information about the Checkins
mailing list