Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4825938932
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user