summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-12-19 06:44:01 +0100
committerByron Jones <bjones@mozilla.com>2013-12-19 06:44:01 +0100
commita11f4823342225b2dbe8b931b90d8d14ba80a236 (patch)
tree0f8abf8c82525cfdaafae2e50cb3e109d9c7cb87 /checksetup.pl
parenteda2c8f8f6fd009e2b2621a4fc839c8697ebcf7b (diff)
downloadbugzilla-a11f4823342225b2dbe8b931b90d8d14ba80a236.tar.gz
bugzilla-a11f4823342225b2dbe8b931b90d8d14ba80a236.tar.xz
Bug 237498: Add memcached integration
r=dkl, a=sgreen
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 990672b14..c93071b88 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -206,6 +206,9 @@ Bugzilla::Hook::process('install_before_final_checks', { silent => $silent });
# Final checks
###########################################################################
+# Clear all keys from Memcached
+Bugzilla->memcached->clear_all();
+
# Check if the default parameter for urlbase is still set, and if so, give
# notification that they should go and visit editparams.cgi
if (Bugzilla->params->{'urlbase'} eq '') {