[Erp5-report] r37744 aurel - /erp5/trunk/products/ERP5/Tool/IntrospectionTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Aug 12 11:22:15 CEST 2010


Author: aurel
Date: Thu Aug 12 11:22:11 2010
New Revision: 37744

URL: http://svn.erp5.org?rev=37744&view=rev
Log:
propagate parameters

Modified:
    erp5/trunk/products/ERP5/Tool/IntrospectionTool.py

Modified: erp5/trunk/products/ERP5/Tool/IntrospectionTool.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Tool/IntrospectionTool.py?rev=37744&r1=37743&r2=37744&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Tool/IntrospectionTool.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Tool/IntrospectionTool.py [utf8] Thu Aug 12 11:22:11 2010
@@ -165,7 +165,7 @@ class IntrospectionTool(LogMixin, BaseTo
 
     return self._getLocalFile(REQUEST, response, 
                                file_path='log/Z2.log', 
-                               compressed=1) 
+                               compressed=compressed) 
 
   security.declareProtected(Permissions.ManagePortal, 'getAccessLog')
   def getEventLog(self,  compressed=1, REQUEST=None):
@@ -179,7 +179,7 @@ class IntrospectionTool(LogMixin, BaseTo
 
     return self._getLocalFile(REQUEST, response,
                                file_path='log/event.log',
-                               compressed=1)
+                               compressed=compressed)
 
   security.declareProtected(Permissions.ManagePortal, 'getAccessLog')
   def getDataFs(self,  compressed=1, REQUEST=None):




More information about the Erp5-report mailing list