fixed: Template parser cannot be set

This commit is contained in:
Graham Knop 2009-05-29 20:22:08 +00:00
parent 0bf47be7f4
commit c0d7357429
2 changed files with 5 additions and 0 deletions

View file

@ -619,6 +619,10 @@ sub processPropertiesFromFormPost {
$data{extraHeadTags} = '';
}
if ($needsUpdate) {
$self->update(\%data);
}
### Template attachments
my $f = $self->session->form;
my $p = $f->paramsHashRef;