From 326beaebb6d420582fd96e2805f5a4c04ac6b16c Mon Sep 17 00:00:00 2001
From: Romain Courteaud <romain@nexedi.com>
Date: Thu, 7 Jan 2010 16:00:02 +0000
Subject: [PATCH] Reindex the contributions tool if present.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31643 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_skins/erp5_core/ERP5Site_reindexAll.xml              | 2 +-
 product/ERP5/bootstrap/erp5_core/bt/revision                    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml
index da57a3ee27..5acc440f35 100644
--- a/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml
+++ b/product/ERP5/bootstrap/erp5_core/SkinTemplateItem/portal_skins/erp5_core/ERP5Site_reindexAll.xml
@@ -166,7 +166,7 @@ tool_list = [portal.portal_templates, portal.portal_trash,\n
              portal.portal_deliveries, portal.portal_orders,\n
              portal.portal_caches, portal.portal_types]\n
 possible_tool_list = [\'portal_gadgets\', \'portal_contribution_registry\',\n
-                      \'portal_roundings\',]\n
+                      \'portal_roundings\', \'portal_contributions\']\n
 for tool_id in possible_tool_list:\n
   if getattr(portal, tool_id, None) is not None:\n
     tool_list.append(getattr(portal, tool_id))\n
diff --git a/product/ERP5/bootstrap/erp5_core/bt/revision b/product/ERP5/bootstrap/erp5_core/bt/revision
index 740f5aec1a..6efa8688e3 100644
--- a/product/ERP5/bootstrap/erp5_core/bt/revision
+++ b/product/ERP5/bootstrap/erp5_core/bt/revision
@@ -1 +1 @@
-1419
\ No newline at end of file
+1420
\ No newline at end of file
-- 
2.30.9