Fix a typo in the deactivate account template code. Fixes bug #11530.
This commit is contained in:
parent
e60c6fdc91
commit
0b6e78f6d9
2 changed files with 2 additions and 1 deletions
|
|
@ -12,6 +12,7 @@
|
||||||
- fixed #11526: Wrong log error in file AssetClipboard.pm
|
- fixed #11526: Wrong log error in file AssetClipboard.pm
|
||||||
- fixed #11525: Paste assets inside CS
|
- fixed #11525: Paste assets inside CS
|
||||||
- added #620: Add buttons to the GalleryAlbum edit view so users can rotate photos by 90 deg (Bernd Kalbfuß-Zimmermann)
|
- added #620: Add buttons to the GalleryAlbum edit view so users can rotate photos by 90 deg (Bernd Kalbfuß-Zimmermann)
|
||||||
|
- fixed #11530: account deactivation not working (United Knowledge)
|
||||||
|
|
||||||
7.9.2
|
7.9.2
|
||||||
- added: Workflow to extend recurring Calendar events 2 years from the
|
- added: Workflow to extend recurring Calendar events 2 years from the
|
||||||
|
|
|
||||||
|
|
@ -406,7 +406,7 @@ sub deactivateAccount {
|
||||||
$var{'yes.label'} = $i18n->get(44);
|
$var{'yes.label'} = $i18n->get(44);
|
||||||
$var{'no.url'} = $self->session->url->page();
|
$var{'no.url'} = $self->session->url->page();
|
||||||
$var{'no.label'} = $i18n->get(45);
|
$var{'no.label'} = $i18n->get(45);
|
||||||
return WebGUI::Asset::Template->new($self->session,$self->get('getDeactivateAccountTemplateId'))->process(\%var);
|
return WebGUI::Asset::Template->new($self->session,$self->getDeactivateAccountTemplateId)->process(\%var);
|
||||||
}
|
}
|
||||||
|
|
||||||
#-------------------------------------------------------------------
|
#-------------------------------------------------------------------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue