From f2c7ef0acda62b4eeca6c4e01389fc778eb37c92 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Mon, 23 Apr 2007 18:17:00 +0000
Subject: [PATCH] use clearAllCache method when clearing all caches.

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

diff --git a/product/ERP5Type/dtml/cache_tool_configure.dtml b/product/ERP5Type/dtml/cache_tool_configure.dtml
index 3660752226..4dd33206cc 100644
--- a/product/ERP5Type/dtml/cache_tool_configure.dtml
+++ b/product/ERP5Type/dtml/cache_tool_configure.dtml
@@ -2,7 +2,7 @@
 <dtml-var manage_tabs>
 
 <h3>Cache invalidation</h3>
-  <form action="clearCache" method="POST">
+  <form action="clearAllCache" method="POST">
     <input type="submit" value="Clear all cache factories"/>
   </form>
   <dtml-in expr="objectIds('ERP5 Cache Factory')">
-- 
2.30.9