瀏覽代碼

Fixed issue pointed out by bcondon

Stephen Ficklin 5 年之前
父節點
當前提交
387b275147
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tripal/includes/TripalEntityCollection.inc

+ 1 - 1
tripal/includes/TripalEntityCollection.inc

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