diff options
author | Robin Appelman <icewind1991@gmail.com> | 2011-04-17 18:19:40 +0200 |
---|---|---|
committer | Robin Appelman <icewind1991@gmail.com> | 2011-04-17 18:19:50 +0200 |
commit | 7b021516397648e51e6052d9fad4dfb422e09377 (patch) | |
tree | 5409d1b43f0a8667a1b76266919fdf876e79ed45 | |
parent | 871a4b3d4abc76662282191e60787874343849de (diff) | |
download | nextcloud-server-7b021516397648e51e6052d9fad4dfb422e09377.tar.gz nextcloud-server-7b021516397648e51e6052d9fad4dfb422e09377.zip |
make the file permissions hint more clear
-rw-r--r-- | lib/base.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php index 9fc9d57f7ae..fad4007aa19 100644 --- a/lib/base.php +++ b/lib/base.php @@ -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')){ |