From 3ff56a88eebef3699df7e524dea89be7b593337f Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 12 May 2014 13:49:53 +0800 Subject: Bug 992767: backport bug 987032 to bmo (allow memcached to cache bugzilla configuration information) --- editclassifications.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'editclassifications.cgi') diff --git a/editclassifications.cgi b/editclassifications.cgi index 817c53af7..3ab89f120 100755 --- a/editclassifications.cgi +++ b/editclassifications.cgi @@ -232,6 +232,7 @@ if ($action eq 'reclassify') { foreach my $name (@names) { Bugzilla->memcached->clear({ table => 'products', name => $name }); } + Bugzilla->memcached->clear_config(); LoadTemplate($action); } -- cgit v1.2.3-24-g4f1b