]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
- #878 Fixed size of MAP section (there are 27 base sections, not 26)
authorAdam <adam@iris.washington.edu>
Thu, 20 Nov 2014 18:50:40 +0000 (10:50 -0800)
committerAdam <adam@iris.washington.edu>
Thu, 20 Nov 2014 18:50:40 +0000 (10:50 -0800)
wwwroot/cgi-bin/awstats.pl

index 89be6a0dd1121fb7d699c82602a3c903f9c2187b..a5644f1e50542468495fa5e7e00d07b515b3d189 100644 (file)
@@ -6256,7 +6256,7 @@ sub Save_History {
 "# also remove completely the MAP section (AWStats will rewrite it at next\n";
                print HISTORYTMP "# update).\n";
                print HISTORYTMP "${xmlbb}BEGIN_MAP${xmlbs}"
-                 . ( 26 + ( scalar keys %TrapInfosForHTTPErrorCodes ) +
+                 . ( 27 + ( scalar keys %TrapInfosForHTTPErrorCodes ) +
                          ( scalar @ExtraName ? scalar @ExtraName - 1 : 0 ) +
                          ( scalar keys %{ $PluginsLoaded{'SectionInitHashArray'} } ) )
                  . "${xmlbe}\n";