mirror of
https://github.com/vrana/adminer.git
synced 2025-08-09 16:17:48 +02:00
fixed Elastic table_status()
This commit is contained in:
@@ -257,11 +257,11 @@ if (isset($_GET["elastic"])) {
|
|||||||
"Engine" => "table",
|
"Engine" => "table",
|
||||||
"Rows" => $table["count"],
|
"Rows" => $table["count"],
|
||||||
);
|
);
|
||||||
}
|
|
||||||
if ($name != "" && $name == $table["term"]) {
|
if ($name != "" && $name == $table["term"]) {
|
||||||
return $return[$name];
|
return $return[$name];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
return $return;
|
return $return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user