summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorVladimir Panteleev <github.private@thecybershadow.net>2018-03-18 07:05:33 +0100
committerDylan William Hardison <dylan@hardison.net>2018-03-18 07:05:33 +0100
commit2b7259f28e783ee8fe410217ee41c4809aba75b7 (patch)
tree226434eb48a34ef38bb583863f86805e87f2eed3 /Bugzilla/Install
parent8d5ca486bb71eebb1413b9e169cb73e24cf63e39 (diff)
downloadbugzilla-2b7259f28e783ee8fe410217ee41c4809aba75b7.tar.gz
bugzilla-2b7259f28e783ee8fe410217ee41c4809aba75b7.tar.xz
Bug 1446236 - error pages fixups
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,