make the file permissions hint more clear

This commit is contained in:
Robin Appelman 2011-04-17 18:19:40 +02:00
parent 871a4b3d4a
commit 7b02151639
1 changed files with 1 additions and 1 deletions

View File

@ -263,7 +263,7 @@ class OC_UTIL {
}
//common hint for all file permissons error messages
$permissionsHint="Permissions can usually be fixed by setting the owner of the directory to the user the web server runs as ($serverUser)";
$permissionsHint="Permissions can usually be fixed by setting the owner of the file or directory to the user the web server runs as ($serverUser)";
//check for correct file permissions
if(!stristr(PHP_OS, 'WIN')){