[CMF-checkins] SVN: CMF/trunk/CMFCore/FSDTMLMethod.py Forward port patch from collector #384.

Tres Seaver tseaver at palladion.com
Wed Sep 14 09:47:33 EDT 2005


Log message for revision 38464:
  Forward port patch from collector #384.

Changed:
  U   CMF/trunk/CMFCore/FSDTMLMethod.py

-=-
Modified: CMF/trunk/CMFCore/FSDTMLMethod.py
===================================================================
--- CMF/trunk/CMFCore/FSDTMLMethod.py	2005-09-14 13:32:32 UTC (rev 38463)
+++ CMF/trunk/CMFCore/FSDTMLMethod.py	2005-09-14 13:47:32 UTC (rev 38464)
@@ -121,6 +121,7 @@
         kw['document_id']   =self.getId()
         kw['document_title']=self.title
 
+        __traceback_info__ = self._filepath
         security=getSecurityManager()
         security.addContext(self)
         try:



More information about the CMF-checkins mailing list