diff options
author | Bart Visscher <bart@thisnet.nl> | 2011-09-18 20:57:05 +0200 |
---|---|---|
committer | Bart Visscher <bart@thisnet.nl> | 2011-09-18 20:57:05 +0200 |
commit | 8966ed5a004a9b830f093355170d381566d58554 (patch) | |
tree | c114ef6ceb1e385b10bf015ce3ad00bae5ed89bd /lib/util.php | |
parent | 82c7598861db175617694891bb9f21b426426225 (diff) | |
download | nextcloud-server-8966ed5a004a9b830f093355170d381566d58554.tar.gz nextcloud-server-8966ed5a004a9b830f093355170d381566d58554.zip |
Cleanup lib/base.php
Diffstat (limited to 'lib/util.php')
-rw-r--r-- | lib/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.php b/lib/util.php index e6c4eb83b33..2f74bfe5841 100644 --- a/lib/util.php +++ b/lib/util.php @@ -236,7 +236,7 @@ class OC_Util { } } }else{ - //TODO: premisions checks for windows hosts + //TODO: permissions checks for windows hosts } if(is_dir($CONFIG_DATADIRECTORY_ROOT) and !is_writable($CONFIG_DATADIRECTORY_ROOT)){ $errors[]=array('error'=>'Data directory ('.$CONFIG_DATADIRECTORY_ROOT.') not writable by ownCloud<br/>','hint'=>$permissionsHint); |