Skip to content

Commit

Permalink
Do not use bufferResults(false)
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed May 12, 2015
1 parent 05e0a25 commit afb4ab4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Model/Behavior/Version/VersionTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ public function versions($reset = false)

$table = TableRegistry::get($this->source());
$entities = $table->find('versions', $conditions)
->bufferResults(false)
->all();

if (empty($entities)) {
Expand Down

0 comments on commit afb4ab4

Please sign in to comment.