Browse Source

Return form consistently.

pull/151/head
Adam Vessey 12 years ago
parent
commit
2ef6e45ed4
  1. 3
      fedora_repository.module

3
fedora_repository.module

@ -797,8 +797,9 @@ function fedora_repository_edit_qdc_form(&$form_state, $pid, $dsId = NULL) {
// There is no custom function, so just load the standard QDC form.
$metaDataForm = new formClass();
//currently we only edit the dc metadata. If you defined a custom form with a custom handler you are sol for now.
return $metaDataForm->createMetaDataForm($pid, $dsId, $client, $form_state);
$output = $metaDataForm->createMetaDataForm($pid, $dsId, $client, $form_state);
}
return $output;
}

Loading…
Cancel
Save