diff options
author | mkanat%bugzilla.org <> | 2006-09-21 07:01:16 +0200 |
---|---|---|
committer | mkanat%bugzilla.org <> | 2006-09-21 07:01:16 +0200 |
commit | a8bedefe8cdb05c5895964cd5617f1bdfa36680b (patch) | |
tree | 32772e43691403eb9125b3453c9ee561e85b79f0 /Bugzilla/Install | |
parent | c6433b10999a9bfe1f26bea4deaba11db3251fc0 (diff) | |
download | bugzilla-a8bedefe8cdb05c5895964cd5617f1bdfa36680b.tar.gz bugzilla-a8bedefe8cdb05c5895964cd5617f1bdfa36680b.tar.xz |
Bug 352625: "You are receiving this mail because" messages cannot be localized
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=myk, a=myk
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 4986e4d7a..cb2800dd7 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -114,6 +114,7 @@ sub FILESYSTEM { 'docs/README.docs' => { perms => $owner_readable }, "$datadir/bugzilla-update.xml" => { perms => $ws_writeable }, "$datadir/params" => { perms => $ws_writeable }, + "$datadir/mailer.testfile" => { perms => $ws_writeable }, ); # Directories that we want to set the perms on, but not |