Skip to content

Commit

Permalink
Merge pull request #7 from mjordan/7.x
Browse files Browse the repository at this point in the history
Fixes ISLANDORA-951.
  • Loading branch information
ruebot committed Mar 26, 2014
2 parents aaa75ae + 98cb865 commit 9d27a0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions islandora_checksum.module
Expand Up @@ -102,6 +102,7 @@ function islandora_checksum_apply_retro($form, &$form_state) {
*/
function islandora_checksum_enable_retro_checksums($collection_pid) {
$pids = islandora_checksum_get_collection_members($collection_pid);
$operations = array();
$num_objects = count($pids);
foreach ($pids as $pid) {
$operations[] = array('islandora_checksum_enable_object_checksums',
Expand Down

0 comments on commit 9d27a0a

Please sign in to comment.