Browse Source

ISLANDORA-316: Fixed a naming bug

pull/11/head
Ben Woodhead 13 years ago
parent
commit
6ee39c150f
  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(); drupal_not_found();
} }
if ($pid & !validPid($pid)) { if ($pid & !valid_pid($pid)) {
drupal_set_message(t("Invalid PID!"), 'error'); drupal_set_message(t("Invalid PID!"), 'error');
return ' '; return ' ';
} }

Loading…
Cancel
Save