Browse Source

Merge pull request #32 from nigelgbanks/ISLANDORA-350

ISLANDORA-350: When viewing non-existing objects the Drupal not found pag
pull/33/head
Nigel Banks 13 years ago
parent
commit
2cf5371775
  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