From 9926c6310559e758e117cfb2517101bb4bf5c0dd Mon Sep 17 00:00:00 2001
From: Sebastien Robin <seb@nexedi.com>
Date: Mon, 14 Mar 2011 13:44:08 +0000
Subject: [PATCH] getLogicalPath might receive item_method parameter

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@44238 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/Base.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/Base.py b/product/ERP5Type/Base.py
index 35c97e40fe..1ca325a21f 100644
--- a/product/ERP5Type/Base.py
+++ b/product/ERP5Type/Base.py
@@ -1634,7 +1634,7 @@ class Base( CopyContainer,
     return uid
 
   security.declareProtected(Permissions.AccessContentsInformation, 'getLogicalPath')
-  def getLogicalPath(self, REQUEST=None) :
+  def getLogicalPath(self, REQUEST=None, **kw) :
     """
       Returns the absolute path of an object, using titles when available
     """
-- 
2.30.9