From 7b021516397648e51e6052d9fad4dfb422e09377 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Sun, 17 Apr 2011 18:19:40 +0200 Subject: [PATCH] make the file permissions hint more clear --- lib/base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')){ -- 2.39.5