more bug fixes
This commit is contained in:
parent
a5a011282e
commit
ff4c50f3d5
1 changed files with 1 additions and 1 deletions
|
|
@ -1202,7 +1202,7 @@ sub processPropertiesFromFormPost {
|
|||
);
|
||||
}
|
||||
}
|
||||
foreach my $form (keys %{$session{form}}) {
|
||||
foreach my $form ($self->session->request->param) {
|
||||
if ($form =~ /^metadata_(.*)$/) {
|
||||
$self->updateMetaData($1,$self->session->form->process("$form"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue