Browse Source

fix broken islandora_core_feature_update_8001

pull/850/head
Seth Shaw 4 years ago committed by GitHub
parent
commit
687d1d12c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/islandora_core_feature/islandora_core_feature.install

2
modules/islandora_core_feature/islandora_core_feature.install

@ -114,7 +114,7 @@ function islandora_core_feature_update_8001(&$sandbox) {
->orderBy('o.entity_id', 'ASC')
->orderBy('o.revision_id', 'ASC')
->orderBy('o.delta', 'ASC')
->range($sandbox['progress'], $sandbox['progress'] + $limit);
->range($sandbox['progress'], $limit);
$database->insert($table)->from($query)->execute();
}
}

Loading…
Cancel
Save