summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Filesystem.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm
index 2333f18e4..eb750254b 100644
--- a/Bugzilla/Install/Filesystem.pm
+++ b/Bugzilla/Install/Filesystem.pm
@@ -475,6 +475,7 @@ sub FILESYSTEM {
);
# Create static error pages.
+ $create_dirs{"errors"} = DIR_CGI_READ;
$create_files{"errors/401.html"} = {
perms => CGI_READ,
overwrite => 1,