Skip to content

Commit

Permalink
Removed unused var.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Feb 26, 2011
1 parent 731cc7b commit cbe8d9c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cake/libs/model/datasources/dbo_source.php
Expand Up @@ -1034,7 +1034,6 @@ public function read($model, $queryData = array(), $recursive = null) {
$array = array();
$linkedModels = array();
$this->__bypass = false;
$this->__booleans = array();

if ($recursive === null && isset($queryData['recursive'])) {
$recursive = $queryData['recursive'];
Expand Down

0 comments on commit cbe8d9c

Please sign in to comment.