From: Dylan William Hardison Date: Mon, 15 May 2017 20:21:45 +0000 (-0400) Subject: fix typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ae72757feb85c37a7c8856d9e27be6f41d4e434;p=thirdparty%2Fbugzilla.git fix typo --- 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 },