From cefdd2053963d8d6580b0ed25434e41ed9ae270f Mon Sep 17 00:00:00 2001
From: James <james@rezo.net>
Date: Thu, 28 Sep 2006 10:24:24 +0000
Subject: [PATCH] bug sur le pipeline delete_tables

---
 ecrire/exec/delete_all.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ecrire/exec/delete_all.php b/ecrire/exec/delete_all.php
index 33e240308a..88b4cc80e9 100644
--- a/ecrire/exec/delete_all.php
+++ b/ecrire/exec/delete_all.php
@@ -71,7 +71,7 @@ spip_query("DROP TABLE spip_ajax_fonc");
 
 
 // un pipeline pour DROP les tables installees par les plugins
-pipeline('delete_tables');
+pipeline('delete_tables', '');
 
 @unlink(_ACCESS_FILE_NAME);
 @unlink(_FILE_CONNECT);
-- 
GitLab