aboutsummaryrefslogtreecommitdiff
path: root/lib/Object/Groupware/Event.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Object/Groupware/Event.pm')
-rw-r--r--lib/Object/Groupware/Event.pm3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Object/Groupware/Event.pm b/lib/Object/Groupware/Event.pm
index 1e1df87..2ab3586 100644
--- a/lib/Object/Groupware/Event.pm
+++ b/lib/Object/Groupware/Event.pm
@@ -115,8 +115,7 @@ method timespan ()
return ''
if $span
and $end->clone->truncate( to => 'day' ) ne
- $start->clone->truncate( to => 'day' )
- or $self->span;
+ $start->clone->truncate( to => 'day' );
return ucfirst( $start->format_cldr( $dt_locale->date_format_medium() ) )
if $entry->all_day;