mirror of
https://github.com/vrana/adminer.git
synced 2025-08-07 07:06:45 +02:00
Improve error message for views
This commit is contained in:
@@ -42,7 +42,7 @@ if (!$_POST && $TABLE != "") {
|
||||
$row = view($TABLE);
|
||||
$row["name"] = $TABLE;
|
||||
if (!$error) {
|
||||
$error = $connection->error;
|
||||
$error = error();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user