]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
fix typo
authorDylan William Hardison <dylan@hardison.net>
Mon, 15 May 2017 20:21:45 +0000 (16:21 -0400)
committerDylan William Hardison <dylan@hardison.net>
Mon, 15 May 2017 20:21:45 +0000 (16:21 -0400)
Bugzilla/Install/Filesystem.pm

index fef17fec2a63772b90e4b7c1c8ec51265ed40943..7cfda83040b582e9ccc615fb06b1e1522d02a887 100644 (file)
@@ -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 },