From 262bba848ba04060ec70e2eda9f65468a2cfdabd Mon Sep 17 00:00:00 2001 From: mDeflotte Date: Wed, 25 Jan 2012 08:13:05 +0000 Subject: [PATCH] // Avoid notice with undefined variable confirm --- .../themes/default/template/helper/list/list_action_delete.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/helper/list/list_action_delete.tpl b/admin-dev/themes/default/template/helper/list/list_action_delete.tpl index 7a41c74ab..af051feff 100644 --- a/admin-dev/themes/default/template/helper/list/list_action_delete.tpl +++ b/admin-dev/themes/default/template/helper/list/list_action_delete.tpl @@ -23,6 +23,6 @@ * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} - + {$action} \ No newline at end of file