Fix for calendar search. The search always returns relative URLs, so you must manually put them through session->url->gateway

This commit is contained in:
Colin Kuskie 2007-03-07 18:49:39 +00:00
parent feca570b50
commit 9031a17c35
2 changed files with 2 additions and 1 deletions

View file

@ -16,6 +16,7 @@
macro. (perlDreamer Consulting, LLC)
- Fixed a bad module name in the updated WeatherData asset (perlDreamer Consulting, LLC)
- File and Image handling via Storage.pm (perlDreamer Consulting, LLC)
- Calendar: event details misdirection (perlDreamer Consulting, LLC)
7.3.11
- Added an option for enabling coverage tests to testCodebase.pl.

View file

@ -1633,7 +1633,7 @@ sub www_search {
if ($data->{startTime});
push(@results, {
url => $data->{url},
url => $self->session->url->gateway($data->{url}),
title => $data->{title},
synopsis => $data->{synopsis},
startDate => $dt->strftime('%B %e, %Y'),