summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile/bin/update.pl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/UserProfile/bin/update.pl')
-rwxr-xr-xextensions/UserProfile/bin/update.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/UserProfile/bin/update.pl b/extensions/UserProfile/bin/update.pl
index 457585f8d..2a4997aee 100755
--- a/extensions/UserProfile/bin/update.pl
+++ b/extensions/UserProfile/bin/update.pl
@@ -50,6 +50,7 @@ if (@$user_ids) {
last_user_activity($user_id),
$user_id
);
+ Bugzilla->memcached->clear({ table => 'profiles', id => $user_id });
}
$dbh->do(
"DELETE FROM profiles_statistics_recalc WHERE " . $dbh->sql_in('user_id', $user_ids)