Skip to content

Commit

Permalink
fix iterator return
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Verissimo committed Oct 20, 2014
1 parent 0f3231d commit 76f47c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Passworks/Iterator/ResourceIterator.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ public function load()
$this->results = $this->api->request($this->method, $fetch_url);
$this->headers = $this->api->getResponseHeaders();

$results = $this->results->{$this->collection_name};
$this->results = $results;
return $this->results;
}

Expand Down

0 comments on commit 76f47c3

Please sign in to comment.