From 9193214274889f2b7636146e72d8200e9bfaeb7b Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 4 Mar 2014 15:50:54 +0800 Subject: Bug 966180: backport bug 956233 to bmo (enable USE_MEMCACHE on most objects) --- extensions/EditComments/Extension.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'extensions/EditComments') diff --git a/extensions/EditComments/Extension.pm b/extensions/EditComments/Extension.pm index 7396c6f28..a3769544f 100644 --- a/extensions/EditComments/Extension.pm +++ b/extensions/EditComments/Extension.pm @@ -226,6 +226,7 @@ sub bug_end_of_update { $dbh->do("UPDATE longdescs SET thetext = ?, edit_count = edit_count + 1 WHERE comment_id = ?", undef, $new_comment, $comment_id); + Bugzilla->memcached->clear({ table => 'longdescs', id => $comment_id }); # Log old comment to the longdescs activity table $timestamp ||= $dbh->selectrow_array("SELECT NOW()"); -- cgit v1.2.3-24-g4f1b