mirror of
https://github.com/vrana/adminer.git
synced 2026-02-26 08:31:32 +01:00
Use protected visibility
This commit is contained in:
@@ -246,7 +246,7 @@ if (isset($_GET["simpledb"])) {
|
||||
}
|
||||
|
||||
function slowQuery($query, $timeout) {
|
||||
$this->_conn->timeout = $timeout;
|
||||
$this->conn->timeout = $timeout;
|
||||
return $query;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user