mirror of
https://github.com/silverstripe/silverstripe-installer
synced 2024-10-22 17:05:33 +02:00
#1881 - Duplicated words in error message text
git-svn-id: svn://svn.silverstripe.com/silverstripe/open/phpinstaller/trunk@49059 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
parent
32a8c26164
commit
530c841c7a
@ -364,7 +364,7 @@ class InstallRequirements {
|
||||
}
|
||||
$groupList = "'" . implode("', '", $groupList) . "'";
|
||||
|
||||
$testDetails[2] .= "User '$user[name]' needs to write be able to write to this file:\n$filename";
|
||||
$testDetails[2] .= "User '$user[name]' needs to be able to write to this file:\n$filename";
|
||||
$this->error($testDetails);
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user