// Fix on product association deletion

This commit is contained in:
rGaillard
2012-08-29 16:42:45 +00:00
parent 2795ca9016
commit 7f39f2d213
4 changed files with 5 additions and 9 deletions

View File

@@ -1938,7 +1938,7 @@ class AdminControllerCore extends Controller
* @param integer $limit Row count in LIMIT clause
*/
public function getList($id_lang, $order_by = null, $order_way = null, $start = 0, $limit = null, $id_lang_shop = false)
{
{
/* Manage default params values */
$use_limit = true;
if ($limit === false)