From 9dc6937017c11091dd2a9ecc456fd80d2e1dd3c0 Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Mon, 14 Feb 2005 08:28:21 +0000
Subject: [PATCH] Add **kw parameter for method getCategoryChildValueList.

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

diff --git a/product/CMFCategory/Category.py b/product/CMFCategory/Category.py
index 2d71d86a7d..d826d974aa 100755
--- a/product/CMFCategory/Category.py
+++ b/product/CMFCategory/Category.py
@@ -496,7 +496,7 @@ class BaseCategory(Category):
 
     security.declareProtected(Permissions.AccessContentsInformation,
                                                     'getCategoryChildValueList')
-    def getCategoryChildValueList(self, recursive=1, include_if_child=1):
+    def getCategoryChildValueList(self, recursive=1, include_if_child=1, **kw):
       """
           List the child objects of this category and all its subcategories.
 
-- 
2.30.9