diff options
author | mkanat%bugzilla.org <> | 2008-06-14 02:00:01 +0000 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2008-06-14 02:00:01 +0000 |
commit | af989b6fe2d11fe1d51de230f0ff8e4f88930795 (patch) | |
tree | 80ac5f0754ace410da8e2113915301db211562b8 | |
parent | Bug 437013: Add hook to edit-multiple.html.tmpl to add fields to display (diff) | |
download | bugzilla-af989b6fe2d11fe1d51de230f0ff8e4f88930795.tar.gz bugzilla-af989b6fe2d11fe1d51de230f0ff8e4f88930795.tar.bz2 bugzilla-af989b6fe2d11fe1d51de230f0ff8e4f88930795.zip |
Bug 438739: Permissions are not set properly on extensions by checksetup
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, r=ghendricks, a=mk
anat
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index 31944bc59..31b0a2776 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -153,6 +153,8 @@ sub FILESYSTEM { dirs => $ws_dir_readable }, $templatedir => { files => $ws_readable, dirs => $ws_dir_readable }, + $extensionsdir => { files => $ws_readable, + dirs => $ws_dir_readable }, images => { files => $ws_readable, dirs => $ws_dir_readable }, css => { files => $ws_readable, |