Change class => className where func=add.
This commit is contained in:
parent
7a8c9bbacf
commit
dcfce60b5e
14 changed files with 20 additions and 20 deletions
|
|
@ -698,7 +698,7 @@ sub www_showConfirmation {
|
|||
return $self->processStyle(
|
||||
sprintf( $i18n->get('save message'),
|
||||
$self->getUrl,
|
||||
$self->getParent->getUrl('func=add;class='.__PACKAGE__),
|
||||
$self->getParent->getUrl('func=add;className='.__PACKAGE__),
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue