Fix typo
This commit is contained in:
parent
f01efab3a6
commit
8aa0c9ca5e
|
@ -519,7 +519,7 @@ sub db_record_version {
|
|||
[
|
||||
$db_f->[0]{id},
|
||||
$self->{record_file_id} ? $f->{id} : undef,
|
||||
$slef->{record_time} ? time() : undef,
|
||||
$self->{record_time} ? time() : undef,
|
||||
1,
|
||||
$self->{session_id}, $version_id
|
||||
];
|
||||
|
|
Loading…
Reference in New Issue