Browse Source

Merge pull request #11 from bwoodhead/6.x

ISLANDORA-316: Fixed a naming bug
pull/12/merge
Ben Woodhead 13 years ago
parent
commit
72f3ea62cc
  1. 2
      fedora_repository.module

2
fedora_repository.module

@ -757,7 +757,7 @@ function fedora_repository_get_items($pid = NULL, $dsId = NULL, $collection = NU
drupal_not_found();
}
if ($pid & !validPid($pid)) {
if ($pid & !valid_pid($pid)) {
drupal_set_message(t("Invalid PID!"), 'error');
return ' ';
}

Loading…
Cancel
Save