diff --git a/libraries/controllers/TableSearchController.class.php b/libraries/controllers/TableSearchController.class.php index 49c2a5d0c1..4a3fcb011a 100644 --- a/libraries/controllers/TableSearchController.class.php +++ b/libraries/controllers/TableSearchController.class.php @@ -90,12 +90,10 @@ class TableSearchController extends TableController /** * Constructor * - * @param string $db DB name - * @param string $table Table name * @param string $searchType Search type * @param string $url_query URL query */ - public function __construct($db, $table, $searchType, $url_query) + public function __construct($searchType, $url_query) { parent::__construct(); @@ -1221,4 +1219,4 @@ class TableSearchController extends TableController return $where; } -} \ No newline at end of file +}