diff options
author | Byron Jones <glob@mozilla.com> | 2014-05-12 07:49:53 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-05-12 07:49:53 +0200 |
commit | 3ff56a88eebef3699df7e524dea89be7b593337f (patch) | |
tree | 5cb921c3b7a0699e4c01594b6faabbd6b12c2535 /editclassifications.cgi | |
parent | 02954330c3c5f4d13dc4b4c287af21edff64043f (diff) | |
download | bugzilla-3ff56a88eebef3699df7e524dea89be7b593337f.tar.gz bugzilla-3ff56a88eebef3699df7e524dea89be7b593337f.tar.xz |
Bug 992767: backport bug 987032 to bmo (allow memcached to cache bugzilla configuration information)
Diffstat (limited to 'editclassifications.cgi')
-rwxr-xr-x | editclassifications.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
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); } |