Integrate tables-filter plugin into the base code

This commit is contained in:
Peter Knut
2024-10-05 23:54:55 +02:00
parent bf1d16cdb7
commit 279337aa65
6 changed files with 139 additions and 94 deletions

View File

@@ -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);
}