From 3ef245b21a397e5253ba1bda607a1510245d5c09 Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Mon, 7 Apr 2014 16:38:31 +0800 Subject: Bug 987032: allow memcached to cache bugzilla configuration information r=dkl, a=glob --- editclassifications.cgi | 1 + 1 file changed, 1 insertion(+) (limited to 'editclassifications.cgi') diff --git a/editclassifications.cgi b/editclassifications.cgi index 149433b25..b743433b7 100755 --- a/editclassifications.cgi +++ b/editclassifications.cgi @@ -222,6 +222,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