From 2a07621c981e5dbac57573f14ad5915fcc2c4758 Mon Sep 17 00:00:00 2001 From: Alan Stanley Date: Tue, 19 Apr 2011 09:42:36 -0300 Subject: [PATCH] ISLANDORA-246 Fixed incorrect method call --- plugins/map_viewer.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/map_viewer.inc b/plugins/map_viewer.inc index 2bf5abd8..0a1bda62 100644 --- a/plugins/map_viewer.inc +++ b/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);