bugfix, permission api rewrite
This commit is contained in:
@@ -52,7 +52,7 @@ class MySQL extends SQL {
|
||||
return true;
|
||||
}
|
||||
|
||||
@$this->connection = mysqli_connect(
|
||||
$this->connection = @mysqli_connect(
|
||||
$this->connectionData->getHost(),
|
||||
$this->connectionData->getLogin(),
|
||||
$this->connectionData->getPassword(),
|
||||
|
||||
Reference in New Issue
Block a user