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

@ -1,5 +1,6 @@
7.7.9
- fixed: Reverted bugfix for 10409 and changed the hover help to reflect the correct way to build list-type form controls in the MetaData.
- fixed: Template parser cannot be set
7.7.8
- fixed: Basic Auth doesn't work if password contains colon (Arjan Widlak,

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;