From 5abd93e619002db0b4155b360b8a0ecec95862c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien?= Date: Tue, 15 Oct 2013 21:38:10 +0200 Subject: [PATCH] [-] MO : Fix add truncate tag --- modules/pscleaner/pscleaner.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/pscleaner/pscleaner.php b/modules/pscleaner/pscleaner.php index 99915bcd2..493622f69 100644 --- a/modules/pscleaner/pscleaner.php +++ b/modules/pscleaner/pscleaner.php @@ -474,6 +474,7 @@ class PSCleaner extends Module 'stock', 'stock_available', 'stock_mvt', + 'tag', ); foreach ($tables as $table) $db->execute('TRUNCATE TABLE `'._DB_PREFIX_.bqSQL($table).'`');