#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:
aoneil 2008-02-04 19:59:31 +00:00
parent 32a8c26164
commit 530c841c7a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {