[CMF-checkins] CVS: CMF/CMFCore - FSDTMLMethod.py:1.14

Andy McKay andy@agmweb.ca
Tue, 26 Nov 2002 13:21:12 -0500


Update of /cvs-repository/CMF/CMFCore
In directory cvs.zope.org:/tmp/cvs-serv32089

Modified Files:
	FSDTMLMethod.py 
Log Message:
Fix Typo


=== CMF/CMFCore/FSDTMLMethod.py 1.13 => 1.14 ===
--- CMF/CMFCore/FSDTMLMethod.py:1.13	Fri Nov  8 19:25:23 2002
+++ CMF/CMFCore/FSDTMLMethod.py	Tue Nov 26 13:21:11 2002
@@ -137,7 +137,7 @@
             r=apply(Globals.HTML.__call__, (self, client, REQUEST), kw)
             if type(r) is not type('') or RESPONSE is None:
                 if not self._cache_namespace_keys:
-                    self.ZCacheable_set(result)
+                    self.ZCacheable_set(r)
                 return r
 
         finally: security.removeContext(self)