fix: Add event does not work WebGUI 7.0.5 in combination with Proxy Caching turned off
This commit is contained in:
parent
d95038666b
commit
fa3c90e586
2 changed files with 3 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue