mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 15:05:45 +00:00
Fixed indentation from last commit
This commit is contained in:
parent
6661b0e133
commit
5a7ea699a0
@ -179,11 +179,11 @@ class PostgreSQLDatabaseConfigurationHelper implements DatabaseConfigurationHelp
|
|||||||
public function requireDatabaseAlterPermissions($databaseConfig) {
|
public function requireDatabaseAlterPermissions($databaseConfig) {
|
||||||
$conn = $this->createConnection($databaseConfig, $error);
|
$conn = $this->createConnection($databaseConfig, $error);
|
||||||
if($conn) {
|
if($conn) {
|
||||||
// if the account can even log in, it can alter tables
|
// if the account can even log in, it can alter tables
|
||||||
return array(
|
return array(
|
||||||
'success' => true,
|
'success' => true,
|
||||||
'applies' => true
|
'applies' => true
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
return array(
|
return array(
|
||||||
'success' => false,
|
'success' => false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user