mirror of
https://github.com/silverstripe/silverstripe-postgresql
synced 2024-10-22 17:05:45 +02: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) {
|
||||
$conn = $this->createConnection($databaseConfig, $error);
|
||||
if($conn) {
|
||||
// if the account can even log in, it can alter tables
|
||||
return array(
|
||||
'success' => true,
|
||||
'applies' => true
|
||||
);
|
||||
// if the account can even log in, it can alter tables
|
||||
return array(
|
||||
'success' => true,
|
||||
'applies' => true
|
||||
);
|
||||
}
|
||||
return array(
|
||||
'success' => false,
|
||||
|
Loading…
Reference in New Issue
Block a user