Skip to content
Snippets Groups Projects
Commit 63010875 authored by Alex Barth's avatar Alex Barth
Browse files

Adjustment per #760140-9.

parent 0b40f2a0
No related branches found
No related tags found
No related merge requests found
...@@ -133,9 +133,7 @@ class FeedsImportBatch extends FeedsBatch { ...@@ -133,9 +133,7 @@ class FeedsImportBatch extends FeedsBatch {
* removed from the internal array. * removed from the internal array.
*/ */
public function shiftItem() { public function shiftItem() {
$item = array_shift($this->items); return array_shift($this->items);
$this->total = count($this->items);
return $item;
} }
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment