Browse Source

ISLANDORA-246 Fixed incorrect method call

pull/105/head
Alan Stanley 14 years ago
parent
commit
2a07621c98
  1. 2
      plugins/map_viewer.inc

2
plugins/map_viewer.inc

@ -46,7 +46,7 @@ class ShowMapStreamsInFieldSets {
'#type' => 'tabpage',
'#title' => t('Description'),
'#content' => $item->get_dissemination('islandora:mods2htmlSdef', 'mods2html')
. $objectHelper->getFormattedDatastreamList($this->pid, NULL, $item),
. $objectHelper->get_formatted_datastream_list($this->pid, NULL, $item),
);
// Render the tabset.
return tabs_render($tabset);

Loading…
Cancel
Save