undo: pass UID to invalidate_stats_cache
This commit is contained in:
parent
c8695ecb1c
commit
f895d34f31
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ sub startup {
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
$self->invalidate_stats_cache( $cache_ts, $db );
|
$self->invalidate_stats_cache( $cache_ts, $db, $uid );
|
||||||
|
|
||||||
$tx->commit;
|
$tx->commit;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue