diff options
-rw-r--r-- | phpBB/install/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install.php b/phpBB/install/install.php index b4502fcbc0..1376210c07 100644 --- a/phpBB/install/install.php +++ b/phpBB/install/install.php @@ -445,7 +445,7 @@ if ($stage == 0) <table cellspacing="1" cellpadding="4" border="0"> <?php - $directories = array('cache/', 'files/'); + $directories = array('cache/', 'files/', 'store/'); umask(0); |