Browse Source

Merge 33f7e40156 into 4c4e3c9aad

pull/16/merge
GitHub Merge Button 14 years ago
parent
commit
c1840b249e
  1. 4
      fedora_repository.module

4
fedora_repository.module

@ -752,6 +752,10 @@ function fedora_repository_get_items($pid = NULL, $dsId = NULL, $collection = NU
return '';
}
if ($pid == NULL) {
$pid = variable_get('fedora_repository_pid', 'islandora:top');
}
$item = new fedora_item($pid);
if (!$item->exists()) {
drupal_not_found();

Loading…
Cancel
Save