Browse Source

coder standards

pull/653/head
ajstanley 8 years ago
parent
commit
3fdc4408c0
  1. 2
      islandora.module

2
islandora.module

@ -2193,7 +2193,7 @@ function islandora_islandora_overview_object(AbstractObject $object) {
'#theme' => 'table', '#theme' => 'table',
'#header' => array($header), '#header' => array($header),
'#rows' => $rows, '#rows' => $rows,
'#empty' => t('No Islandora content model associated with this object.') '#empty' => t('No Islandora content model associated with this object.'),
); );
$rendered_table = drupal_render($table); $rendered_table = drupal_render($table);
return array('cmodels' => $rendered_table); return array('cmodels' => $rendered_table);

Loading…
Cancel
Save