mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
MINOR Installer should not repeat "Could not determine your database version" twice in slightly varied words
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/branches/2.4@105517 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
b47f1cd593
commit
00b4c68ce5
@ -256,7 +256,7 @@ class InstallRequirements {
|
|||||||
array(
|
array(
|
||||||
"Database Configuration",
|
"Database Configuration",
|
||||||
"Database server meets required version",
|
"Database server meets required version",
|
||||||
"Database does not meet the required version"
|
""
|
||||||
)
|
)
|
||||||
)) {
|
)) {
|
||||||
$this->requireDatabaseOrCreatePermissions(
|
$this->requireDatabaseOrCreatePermissions(
|
||||||
@ -740,7 +740,7 @@ class InstallRequirements {
|
|||||||
if($result['success']) {
|
if($result['success']) {
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
$testDetails[2] .= ": " . $result['error'];
|
$testDetails[2] .= $result['error'];
|
||||||
$this->warning($testDetails);
|
$this->warning($testDetails);
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user