Revision 6d74ac0e
Von Sven Schöling vor etwa 10 Jahren hinzugefügt
SL/Webdav/VersionScheme/Serial.pm | ||
---|---|---|
18 | 18 |
sub keep_last_version { |
19 | 19 |
my ($self, $last) = @_; |
20 | 20 |
|
21 |
if ($::lxoffice_conf->{webdav}{new_version_after_minutes}) { |
|
21 |
if ($::lx_office_conf->{webdav}{new_version_after_minutes}) {
|
|
22 | 22 |
return DateTime->now <= $last->mtime + DateTime::Duration->new(minutes => $::lx_office_conf{webdav}{new_version_after_minutes}); |
23 | 23 |
} else { |
24 | 24 |
return 0; |
Auch abrufbar als: Unified diff
Webdav: Typo