mirror of
https://github.com/vrana/adminer.git
synced 2026-05-06 10:07:05 +02: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