diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-08-29 20:34:44 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-08-29 20:34:44 +0200 |
commit | db18218a1bba86e364fd4fec08c2e1a0eb4e7b16 (patch) | |
tree | cfa630c22ea74e3d6bd6258b78776a1d8b5c84bd /lib/util.php | |
parent | 9e32e0730644a4340b2f88b0d8750fd1f8e8903a (diff) | |
download | nextcloud-server-db18218a1bba86e364fd4fec08c2e1a0eb4e7b16.tar.gz nextcloud-server-db18218a1bba86e364fd4fec08c2e1a0eb4e7b16.zip |
Space before tab fixes
Diffstat (limited to 'lib/util.php')
-rwxr-xr-x | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index f543f742ac1..24f80b93896 100755 --- a/lib/util.php +++ b/lib/util.php @@ -219,7 +219,7 @@ class OC_Util { $CONFIG_DATADIRECTORY = OC_Config::getValue( "datadirectory", OC::$SERVERROOT."/data" ); //check for correct file permissions if(!stristr(PHP_OS, 'WIN')){ - $permissionsModHint="Please change the permissions to 0770 so that the directory cannot be listed by other users."; + $permissionsModHint="Please change the permissions to 0770 so that the directory cannot be listed by other users."; $prems=substr(decoct(@fileperms($CONFIG_DATADIRECTORY)),-3); if(substr($prems,-1)!='0'){ OC_Helper::chmodr($CONFIG_DATADIRECTORY,0770); |