From b7495b753324cc3130910bbc424a22e288a3ad94 Mon Sep 17 00:00:00 2001 From: rGaillard Date: Thu, 9 Feb 2012 09:18:14 +0000 Subject: [PATCH] [-] BO: Fix AdminTags filter by ID --- controllers/admin/AdminTagsController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/controllers/admin/AdminTagsController.php b/controllers/admin/AdminTagsController.php index d153473ed..966900809 100644 --- a/controllers/admin/AdminTagsController.php +++ b/controllers/admin/AdminTagsController.php @@ -37,7 +37,6 @@ class AdminTagsControllerCore extends AdminController 'title' => $this->l('ID'), 'align' => 'center', 'width' => 25, - 'filter_key' => 'a!id_seller_message' ), 'lang' => array( 'title' => $this->l('Language'),