We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 811476f commit 50dd523Copy full SHA for 50dd523
1 file changed
system/Commands/Database/ShowTableInfo.php
@@ -243,7 +243,7 @@ private function makeTbodyForShowAllTables(array $tables): array
243
{
244
$this->removeDBPrefix();
245
246
- foreach (array_values($tables) as $id => $tableName) {
+ foreach ($tables as $id => $tableName) {
247
$table = $this->db->protectIdentifiers($tableName);
248
$db = $this->db->query("SELECT * FROM {$table}");
249
0 commit comments