Skip to content
Snippets Groups Projects
Commit 47c18300 authored by Martin Stjernholm's avatar Martin Stjernholm
Browse files

Fixed bug discovered by better type on map().

Rev: lib/modules/Calendar.pmod/TimeRanges.pmod:1.6
parent e1783feb
Branches
Tags
No related merge requests found
......@@ -1128,7 +1128,7 @@ class cSuperTimeRange
TimeRange set_timezone(string|Timezone tz)
{
// fixme?
return `|(map(parts,"set_timezone",tz));
return `|(@map(parts,"set_timezone",tz));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment