mirror of
https://github.com/vrana/adminer.git
synced 2026-05-06 10:26:08 +02:00
Always return array from table_status()
This commit is contained in:
@@ -309,9 +309,6 @@ if (isset($_GET["clickhouse"])) {
|
||||
'Name' => $table['name'],
|
||||
'Engine' => $table['engine'],
|
||||
);
|
||||
if ($name === $table['name']) {
|
||||
return $return[$table['name']];
|
||||
}
|
||||
}
|
||||
return $return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user