|
@@ -527,8 +527,8 @@ class TripalEntityCollection {
|
|
}
|
|
}
|
|
if ($job) {
|
|
if ($job) {
|
|
$job->setTotalItems($total_entities);
|
|
$job->setTotalItems($total_entities);
|
|
|
|
+ $job->setInterval(1);
|
|
}
|
|
}
|
|
- $job->setInterval(1);
|
|
|
|
|
|
|
|
// Iterate through the bundles in this collection and get the entities.
|
|
// Iterate through the bundles in this collection and get the entities.
|
|
foreach ($this->bundles as $bundle) {
|
|
foreach ($this->bundles as $bundle) {
|