mirror of
https://github.com/derf/travelynx
synced 2024-11-10 23:14:16 +00:00
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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue