Fixed a bug with RSS feed generation and attachments.
This commit is contained in:
parent
d5b79ae217
commit
2c7f49be9a
5 changed files with 5 additions and 20 deletions
|
|
@ -220,6 +220,7 @@ sub migrateCalendars {
|
|||
|
||||
for my $asset (@{$calendars})
|
||||
{
|
||||
next unless defined $asset;
|
||||
my $properties = {%{$asset->get}};
|
||||
$properties->{defaultDate} = delete $properties->{defaultMonth};
|
||||
#warn "Found calendar ".$properties->{title};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue