summaryrefslogtreecommitdiffstats
path: root/index.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'index.cgi')
-rwxr-xr-xindex.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.cgi b/index.cgi
index 7ebc3130f..d73ccd5d9 100755
--- a/index.cgi
+++ b/index.cgi
@@ -45,7 +45,7 @@ if ($cgi->param('logout')) {
# our weak etag is based on the bugzilla version parameter (BMO customization) and the announcehtml
# if either change, the cache will be considered invalid.
my @etag_parts = (
- Bugzilla->params->{bugzilla_version},
+ Bugzilla->VERSION,
Bugzilla->params->{announcehtml},
Bugzilla->params->{createemailregexp},
);