mirror of
https://github.com/vrana/adminer.git
synced 2026-02-26 08:31:32 +01:00
Ensure PHP 5.3 compatibility
This commit is contained in:
@@ -422,7 +422,7 @@ if (isset($_GET["simpledb"])) {
|
||||
'max_redirects' => 0,
|
||||
))));
|
||||
if (!$file) {
|
||||
$this->error = lang('Invalid credentials.');
|
||||
$connection->error = lang('Invalid credentials.');
|
||||
return false;
|
||||
}
|
||||
libxml_use_internal_errors(true);
|
||||
|
||||
Reference in New Issue
Block a user