Skip to content

Commit

Permalink
Fix a parameter and remove an unused one.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Mar 20, 2015
1 parent c856f8c commit d477e28
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions builder/xml_form_builder.module
Original file line number Diff line number Diff line change
Expand Up @@ -531,9 +531,8 @@ function xml_form_builder_islandora_edit_datastream_registry(AbstractObject $obj
if (count($associations) > 0) {
return array(
array(
'Name' => t('Islandora Content Model Forms'),
'name' => t('Islandora Content Model Forms'),
'url' => "islandora/edit_form/{$object->id}/{$datastream->id}",
'weight' => 5,
),
);
}
Expand Down

0 comments on commit d477e28

Please sign in to comment.