From 97cff2210fcd89684b7a0b15c6d411a33a7e7065 Mon Sep 17 00:00:00 2001 From: Vincent Augagneur Date: Thu, 19 Sep 2013 17:01:20 +0200 Subject: [PATCH] //removed unused code --- modules/blockbestsellers/blockbestsellers.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/blockbestsellers/blockbestsellers.php b/modules/blockbestsellers/blockbestsellers.php index 27547646c..81b419fcf 100644 --- a/modules/blockbestsellers/blockbestsellers.php +++ b/modules/blockbestsellers/blockbestsellers.php @@ -121,7 +121,6 @@ class BlockBestSellers extends Module 'title' => $this->l('Settings'), 'icon' => 'icon-star-empty' ), - 'id_form' => 'step_carrier_general', 'input' => array( array( 'type' => 'switch', @@ -235,4 +234,4 @@ class BlockBestSellers extends Module 'PS_BLOCK_BESTSELLERS_DISPLAY' => Tools::getValue('PS_BLOCK_BESTSELLERS_DISPLAY', Configuration::get('PS_BLOCK_BESTSELLERS_DISPLAY')), ); } -} \ No newline at end of file +}