Change class => className where func=add.
This commit is contained in:
parent
7a8c9bbacf
commit
dcfce60b5e
14 changed files with 20 additions and 20 deletions
|
|
@ -965,7 +965,7 @@ sub view {
|
|||
# Event editor
|
||||
if ($self->canAddEvent) {
|
||||
$var->{'editor'} = 1;
|
||||
$var->{"urlAdd"} = $self->getUrl("func=add;class=WebGUI::Asset::Event;type=".$params->{type}.";start=$params->{start}");
|
||||
$var->{"urlAdd"} = $self->getUrl("func=add;className=WebGUI::Asset::Event;type=".$params->{type}.";start=$params->{start}");
|
||||
}
|
||||
|
||||
# URLs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue