diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-05-15 22:21:45 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-05-15 22:21:45 +0200 |
commit | 0ae72757feb85c37a7c8856d9e27be6f41d4e434 (patch) | |
tree | b0ea3cc966839bd10063f85481199108b47933b5 /Bugzilla | |
parent | 20c1dbebae25818af68e68b77b8e33b76720c3c4 (diff) | |
download | bugzilla-0ae72757feb85c37a7c8856d9e27be6f41d4e434.tar.gz bugzilla-0ae72757feb85c37a7c8856d9e27be6f41d4e434.tar.xz |
fix typo
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/Filesystem.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/Install/Filesystem.pm b/Bugzilla/Install/Filesystem.pm index fef17fec2..7cfda8304 100644 --- a/Bugzilla/Install/Filesystem.pm +++ b/Bugzilla/Install/Filesystem.pm @@ -397,7 +397,7 @@ sub FILESYSTEM { contents => HT_DEFAULT_DENY }, "$error_reports/.htaccess" => { perms => WS_SERVE, contents => HT_DEFAULT_DENY }, - "$graphsdir/.htaEcess" => { perms => WS_SERVE, + "$graphsdir/.htaccess" => { perms => WS_SERVE, contents => HT_GRAPHS_DIR }, "$webdotdir/.htaccess" => { perms => WS_SERVE, contents => HT_WEBDOT_DIR }, |