Browse Source

cs fixes

pull/457/head
Nelson Hart 11 years ago
parent
commit
656d2b1305
  1. 2
      includes/solution_packs.inc

2
includes/solution_packs.inc

@ -725,7 +725,7 @@ function islandora_get_viewers($mimetype = array(), $content_model = NULL) {
$viewers = array(); $viewers = array();
$defined_viewers = module_invoke_all('islandora_viewer_info'); $defined_viewers = module_invoke_all('islandora_viewer_info');
if(!is_array($mimetype)) { if (!is_array($mimetype)) {
$mimetype = array($mimetype); $mimetype = array($mimetype);
} }

Loading…
Cancel
Save