Browse Source

Fix a issue

pull/437/head
Yuqing Jiang 11 years ago
parent
commit
e816ffc1ba
  1. 1
      includes/solution_packs.inc

1
includes/solution_packs.inc

@ -680,7 +680,6 @@ function islandora_viewers_form($variable_id = NULL, $mimetype = NULL, $model =
'#value' => $name, '#value' => $name,
); );
$form['viewers'][$variable_id]['label'][$name] = array( $form['viewers'][$variable_id]['label'][$name] = array(
'#type' => 'item',
'#type' => 'item', '#type' => 'item',
'#markup' => $profile['label'], '#markup' => $profile['label'],
); );

Loading…
Cancel
Save