diff options
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/inc/init.php b/inc/init.php index 5cf1b56e9..059d7060a 100644 --- a/inc/init.php +++ b/inc/init.php @@ -402,8 +402,9 @@ function init_creationmodes(){ unset($conf['dmask']); unset($conf['fmask']); unset($conf['umask']); - unset($conf['fperm']); - unset($conf['dperm']); + + $conf['fperm'] = false; + $conf['dperm'] = false; // get system umask, fallback to 0 if none available $umask = @umask(); |