From: Robin Appelman Date: Sun, 17 Apr 2011 16:19:40 +0000 (+0200) Subject: make the file permissions hint more clear X-Git-Tag: v3.0~267^2~558^2~82 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=7b021516397648e51e6052d9fad4dfb422e09377;p=nextcloud-server.git make the file permissions hint more clear --- 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')){