Browse Source

Merge 54140f84ff into 300eefa4a4

pull/32/merge
GitHub Merge Button 14 years ago
parent
commit
7a358ffa82
  1. 1
      fedora_repository.module

1
fedora_repository.module

@ -914,6 +914,7 @@ function fedora_repository_get_items($pid = NULL, $dsId = NULL, $collection = NU
$item = new fedora_item($pid);
if (!$item->exists()) {
drupal_not_found();
exit();
}
if ($pid & !valid_pid($pid)) {

Loading…
Cancel
Save