fix: Add event does not work WebGUI 7.0.5 in combination with Proxy Caching turned off

This commit is contained in:
Wouter van Oijen 2006-08-25 11:36:08 +00:00
parent d95038666b
commit fa3c90e586
2 changed files with 3 additions and 2 deletions

View file

@ -3,7 +3,8 @@
Procolix)
- fixed some of bugs in the sqlform concerning file uploads and cross table
constraints (Martin Kamerbeek / Procolix)
- fix: Add event does not work WebGUI 7.0.5 in combination with Proxy Caching
turned off (Wouter van Oijen / ProcoliX)
7.0.6
- fix: Error in DateTime.pm

View file

@ -500,7 +500,7 @@ sub view {
# Set all template variables
my %var;
$var{"addevent.url"} = $self->getUrl().'?func=add;class=WebGUI::Asset::Event';
$var{"addevent.url"} = $self->getUrl('func=add;class=WebGUI::Asset::Event');
$var{"addevent.label"} = $i18n->get(20);
$var{'sunday.label'} = $dt->getDayName(7);
$var{'monday.label'} = $dt->getDayName(1);