mirror of
https://github.com/vrana/adminer.git
synced 2026-02-01 20:30:13 +01:00
Integrate tables-filter plugin into the base code
This commit is contained in:
@@ -395,7 +395,7 @@ class AdminerPlugin extends Adminer {
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
function tablesPrint($tables) {
|
||||
function tablesPrint(array $tables) {
|
||||
$args = func_get_args();
|
||||
return $this->_applyPlugin(__FUNCTION__, $args);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user