mirror of
https://github.com/vrana/adminer.git
synced 2025-08-08 23:57:29 +02:00
Notices: Declare properties in fetch_field()
This commit is contained in:
@@ -112,6 +112,7 @@ if (isset($_GET["mongo"])) {
|
||||
$name = $keys[$this->offset++];
|
||||
return (object) array(
|
||||
'name' => $name,
|
||||
'type' => 0,
|
||||
'charsetnr' => $this->charset[$name],
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user