diff options
author | Vladimir Panteleev <github.private@thecybershadow.net> | 2018-03-18 07:05:33 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-18 07:05:33 +0100 |
commit | 2b7259f28e783ee8fe410217ee41c4809aba75b7 (patch) | |
tree | 226434eb48a34ef38bb583863f86805e87f2eed3 /Bugzilla/Install | |
parent | 8d5ca486bb71eebb1413b9e169cb73e24cf63e39 (diff) | |
download | bugzilla-2b7259f28e783ee8fe410217ee41c4809aba75b7.tar.gz bugzilla-2b7259f28e783ee8fe410217ee41c4809aba75b7.tar.xz |
Bug 1446236 - error pages fixups
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 1 |
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, |